[geos-commits] [SCM] GEOS branch master updated. 2832e55e9acb696a1bf67ec9143808117acd2528

git at osgeo.org git at osgeo.org
Fri Jul 31 09:05:59 PDT 2020


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, master has been updated
       via  2832e55e9acb696a1bf67ec9143808117acd2528 (commit)
      from  4f6e9e3bdf0ed8a1b14bdb5fb052e56f284c6890 (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 2832e55e9acb696a1bf67ec9143808117acd2528
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Jul 31 09:05:29 2020 -0700

    Add cstring header to pick up std::strlen

diff --git a/tests/unit/capi/GEOSMakeValidTest.cpp b/tests/unit/capi/GEOSMakeValidTest.cpp
index e04db5f..f50c337 100644
--- a/tests/unit/capi/GEOSMakeValidTest.cpp
+++ b/tests/unit/capi/GEOSMakeValidTest.cpp
@@ -8,7 +8,7 @@
 #include <cstdio>
 #include <cstdlib>
 #include <cmath>
-#include <string>
+#include <cstring>
 
 namespace tut {
 //

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

Summary of changes:
 tests/unit/capi/GEOSMakeValidTest.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list