Skip to content

Commit

Permalink
GEOS 3.8 with newer GCC.
Browse files Browse the repository at this point in the history
Closes GH-991 for GEOS 3.8.4
  • Loading branch information
robe2 committed Nov 12, 2023
1 parent 3b00d57 commit 000cd2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions include/geos/geomgraph/TopologyLocation.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@

#ifndef GEOS_GEOMGRAPH_TOPOLOGYLOCATION_H
#define GEOS_GEOMGRAPH_TOPOLOGYLOCATION_H
#include <vector>
#include <array>
#include <string>
#include <cassert>
#include <cstdint>


#include <geos/export.h>
#include <geos/inline.h>
Expand Down

0 comments on commit 000cd2a

Please sign in to comment.