From 000cd2ab6c7419b90051abd77ae2864893826dfd Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sun, 12 Nov 2023 00:02:05 -0500 Subject: [PATCH] GEOS 3.8 with newer GCC. Closes GH-991 for GEOS 3.8.4 --- NEWS | 2 +- include/geos/geomgraph/TopologyLocation.h | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ee3a30748d..78e9a64221 100644 --- a/NEWS +++ b/NEWS @@ -6,7 +6,7 @@ - Fix PreparedGeometry to avoid crashes with EMPTY elements in input (GH-678, Martin Davis) - GEOSClipByRect: Fix case with POINT EMPTY (GH-913, Mike Taves) - Fix Crash in GEOSIntersects with empty point inputs (GH-673, Daniel Baston) - + - Add missing includes in TopologyLocation (GH-991, Regina Obe) ## Changes in 3.8.3 2022-06-02 diff --git a/include/geos/geomgraph/TopologyLocation.h b/include/geos/geomgraph/TopologyLocation.h index 0bf0854d46..7032cfb0b4 100644 --- a/include/geos/geomgraph/TopologyLocation.h +++ b/include/geos/geomgraph/TopologyLocation.h @@ -20,6 +20,12 @@ #ifndef GEOS_GEOMGRAPH_TOPOLOGYLOCATION_H #define GEOS_GEOMGRAPH_TOPOLOGYLOCATION_H +#include +#include +#include +#include +#include + #include #include