Skip to content

Commit

Permalink
TopologyPredicate.h: add missing ostream inclusion (#1173)
Browse files Browse the repository at this point in the history
Fixes #1172
  • Loading branch information
rouault authored Oct 3, 2024
1 parent fd3fd2d commit 46e9f15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/geos/operation/relateng/TopologyPredicate.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <geos/geom/Location.h>
#include <geos/export.h>

#include <ostream> // for operator<<

// Forward declarations
namespace geos {
Expand Down

1 comment on commit 46e9f15

@psharma-gdal
Copy link
Contributor

@psharma-gdal psharma-gdal commented on 46e9f15 Oct 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rouault - I still get the same error when built for msvc141 via Visual Studio. It gets fixed when we include string header.
#1174

Please sign in to comment.