From ba68479318c5a511fa11a7a6872a43c400eda866 Mon Sep 17 00:00:00 2001 From: cvvergara Date: Tue, 17 Dec 2024 09:40:46 -0600 Subject: [PATCH] (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.