[geos-commits] [SCM] GEOS branch master updated. 2a2d2f304913ed153ee884bf095bfb41446e1f62

git at osgeo.org git at osgeo.org
Tue Dec 1 10:47:17 PST 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  2a2d2f304913ed153ee884bf095bfb41446e1f62 (commit)
      from  74d26b3687e23d95175aa0afa5349613ae4149a6 (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 2a2d2f304913ed153ee884bf095bfb41446e1f62
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Dec 1 08:21:13 2020 -0800

    Add <algorithm> to allow GEOSwift build issues

diff --git a/src/index/kdtree/KdTree.cpp b/src/index/kdtree/KdTree.cpp
index c36fbce..1df6e48 100644
--- a/src/index/kdtree/KdTree.cpp
+++ b/src/index/kdtree/KdTree.cpp
@@ -16,6 +16,7 @@
 #include <geos/geom/Envelope.h>
 
 #include <vector>
+#include <algorithm>
 
 using namespace geos::geom;
 
diff --git a/src/operation/overlayng/LineLimiter.cpp b/src/operation/overlayng/LineLimiter.cpp
index 3b8eef3..c51b9bd 100644
--- a/src/operation/overlayng/LineLimiter.cpp
+++ b/src/operation/overlayng/LineLimiter.cpp
@@ -17,6 +17,7 @@
 #include <geos/geom/Envelope.h>
 #include <geos/geom/Coordinate.h>
 
+#include <algorithm>
 
 namespace geos {      // geos
 namespace operation { // geos.operation

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

Summary of changes:
 src/index/kdtree/KdTree.cpp             | 1 +
 src/operation/overlayng/LineLimiter.cpp | 1 +
 2 files changed, 2 insertions(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list