[geos-commits] [SCM] GEOS branch master updated. 4f6e9e3bdf0ed8a1b14bdb5fb052e56f284c6890
git at osgeo.org
git at osgeo.org
Fri Jul 31 08:55:31 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 4f6e9e3bdf0ed8a1b14bdb5fb052e56f284c6890 (commit)
from 0d7d79361ce96e18b51c4ed49de6830f12574cea (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 4f6e9e3bdf0ed8a1b14bdb5fb052e56f284c6890
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Fri Jul 31 08:55:21 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 319067a..e04db5f 100644
--- a/tests/unit/capi/GEOSMakeValidTest.cpp
+++ b/tests/unit/capi/GEOSMakeValidTest.cpp
@@ -8,6 +8,7 @@
#include <cstdio>
#include <cstdlib>
#include <cmath>
+#include <string>
namespace tut {
//
-----------------------------------------------------------------------
Summary of changes:
tests/unit/capi/GEOSMakeValidTest.cpp | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list