Skip to content

Commit

Permalink
Update TopologyPredicate.h to include <string> header (#1174)
Browse files Browse the repository at this point in the history
While building in Visual Studio for msvc141 we get build error "C2679: binary '<<': no operator found which takes a right-hand operand of type 'std::string' (or there is no acceptable conversion)"
  • Loading branch information
psharma-gdal authored and rouault committed Oct 5, 2024
1 parent 7656fdc commit c80bdc7
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 @@ -19,6 +19,7 @@
#include <geos/export.h>

#include <ostream> // for operator<<
#include <string>

// Forward declarations
namespace geos {
Expand Down

0 comments on commit c80bdc7

Please sign in to comment.