[geos-commits] [SCM] GEOS branch master updated. 28900c0e9f7f2ec03b3dcfdae915dc6fe3bec64a

git at osgeo.org git at osgeo.org
Wed Feb 20 13:20:13 PST 2019


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  28900c0e9f7f2ec03b3dcfdae915dc6fe3bec64a (commit)
      from  edc36747409058cb10aeb8d9505d280dfbfcf697 (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 28900c0e9f7f2ec03b3dcfdae915dc6fe3bec64a
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Wed Feb 20 13:20:09 2019 -0800

    Fix declaration for std::sort

diff --git a/src/algorithm/InteriorPointArea.cpp b/src/algorithm/InteriorPointArea.cpp
index ca335e4..8496d58 100644
--- a/src/algorithm/InteriorPointArea.cpp
+++ b/src/algorithm/InteriorPointArea.cpp
@@ -29,6 +29,7 @@
 #include <geos/geom/CoordinateSequenceFactory.h>
 #include <geos/util/Interrupt.h>
 
+#include <algorithm>
 #include <vector>
 #include <typeinfo>
 #include <memory> // for unique_ptr

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

Summary of changes:
 src/algorithm/InteriorPointArea.cpp | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list