From 5e21f278f0be40b3dfd7a7e50632193cc6159bac Mon Sep 17 00:00:00 2001 From: cvvergara Date: Mon, 16 Dec 2024 18:42:57 -0600 Subject: [PATCH 1/2] (Dmatrix) Add missing include directive --- include/cpp_common/Dmatrix.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/cpp_common/Dmatrix.hpp b/include/cpp_common/Dmatrix.hpp index a4db572b276..4b22364094b 100644 --- a/include/cpp_common/Dmatrix.hpp +++ b/include/cpp_common/Dmatrix.hpp @@ -1,8 +1,6 @@ /*PGR-GNU***************************************************************** File: Dmatrix.hpp -FILE: Dmatrix.h - Copyright (c) 2015 pgRouting developers Mail: project@pgrouting.org @@ -34,6 +32,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. #include #include #include +#include typedef struct IID_t_rt IID_t_rt; From 3c809981457e3e0d29b12e00be92a18fe4d9100d Mon Sep 17 00:00:00 2001 From: cvvergara Date: Tue, 17 Dec 2024 09:40:46 -0600 Subject: [PATCH 2/2] (Dmatrix) add missing include --- NEWS.md | 2 ++ doc/src/release_notes.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 72d0f622d78..d3203fcb78c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -15,6 +15,8 @@ milestone for 3.7.1 **Bug fixes** +* [#2680](https://github.com/pgRouting/pgrouting/pull/2680) fails to compile + under mingw64 gcc 13.2 * [#2689](https://github.com/pgRouting/pgrouting/pull/2689) When point is a vertex, the withPoints family do not return results. diff --git a/doc/src/release_notes.rst b/doc/src/release_notes.rst index 154fb2c4bf7..7940148bcc7 100644 --- a/doc/src/release_notes.rst +++ b/doc/src/release_notes.rst @@ -46,6 +46,8 @@ milestone for 3.7.1 .. rubric:: Bug fixes +* `#2680 `__ fails to compile + under mingw64 gcc 13.2 * `#2689 `__ When point is a vertex, the withPoints family do not return results.