Skip to content

Commit 000cd2a

Browse files
committed
GEOS 3.8 with newer GCC.
Closes GH-991 for GEOS 3.8.4
1 parent 3b00d57 commit 000cd2a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- Fix PreparedGeometry to avoid crashes with EMPTY elements in input (GH-678, Martin Davis)
77
- GEOSClipByRect: Fix case with POINT EMPTY (GH-913, Mike Taves)
88
- Fix Crash in GEOSIntersects with empty point inputs (GH-673, Daniel Baston)
9-
9+
- Add missing includes in TopologyLocation (GH-991, Regina Obe)
1010

1111
## Changes in 3.8.3
1212
2022-06-02

include/geos/geomgraph/TopologyLocation.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020

2121
#ifndef GEOS_GEOMGRAPH_TOPOLOGYLOCATION_H
2222
#define GEOS_GEOMGRAPH_TOPOLOGYLOCATION_H
23+
#include <vector>
24+
#include <array>
25+
#include <string>
26+
#include <cassert>
27+
#include <cstdint>
28+
2329

2430
#include <geos/export.h>
2531
#include <geos/inline.h>

0 commit comments

Comments
 (0)