We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b00d57 commit 000cd2aCopy full SHA for 000cd2a
NEWS
@@ -6,7 +6,7 @@
6
- Fix PreparedGeometry to avoid crashes with EMPTY elements in input (GH-678, Martin Davis)
7
- GEOSClipByRect: Fix case with POINT EMPTY (GH-913, Mike Taves)
8
- Fix Crash in GEOSIntersects with empty point inputs (GH-673, Daniel Baston)
9
-
+ - Add missing includes in TopologyLocation (GH-991, Regina Obe)
10
11
## Changes in 3.8.3
12
2022-06-02
include/geos/geomgraph/TopologyLocation.h
@@ -20,6 +20,12 @@
20
21
#ifndef GEOS_GEOMGRAPH_TOPOLOGYLOCATION_H
22
#define GEOS_GEOMGRAPH_TOPOLOGYLOCATION_H
23
+#include <vector>
24
+#include <array>
25
+#include <string>
26
+#include <cassert>
27
+#include <cstdint>
28
+
29
30
#include <geos/export.h>
31
#include <geos/inline.h>
0 commit comments