[geos-commits] [SCM] GEOS branch main updated. 928feeeac7bb1cde9330c1cae56bc4f6860680cb

git at osgeo.org git at osgeo.org
Sat Oct 5 09:07:28 PDT 2024


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, main has been updated
       via  928feeeac7bb1cde9330c1cae56bc4f6860680cb (commit)
      from  46e9f158073ebf0d4ec8b7dde37c155d097bc0d7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 928feeeac7bb1cde9330c1cae56bc4f6860680cb
Author: psharma-gdal <69621224+psharma-gdal at users.noreply.github.com>
Date:   Sun Oct 6 00:07:08 2024 +0800

    Update TopologyPredicate.h to include <string> header (#1174)
    
    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)"

diff --git a/include/geos/operation/relateng/TopologyPredicate.h b/include/geos/operation/relateng/TopologyPredicate.h
index fdf94bb51..52ec524d8 100644
--- a/include/geos/operation/relateng/TopologyPredicate.h
+++ b/include/geos/operation/relateng/TopologyPredicate.h
@@ -19,6 +19,7 @@
 #include <geos/export.h>
 
 #include <ostream> // for operator<<
+#include <string>
 
 // Forward declarations
 namespace geos {

-----------------------------------------------------------------------

Summary of changes:
 include/geos/operation/relateng/TopologyPredicate.h | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list