[geos-commits] [SCM] GEOS branch master updated. 93d81de9132ad7dd39534532a2f6158d8cf54ae2

git at osgeo.org git at osgeo.org
Thu Apr 11 13:31:28 PDT 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  93d81de9132ad7dd39534532a2f6158d8cf54ae2 (commit)
      from  5ef26713f9a6b52225a593807288749399ba7fb2 (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 93d81de9132ad7dd39534532a2f6158d8cf54ae2
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Apr 11 13:31:18 2019 -0700

    Include <algorithm> for std::min

diff --git a/src/index/strtree/EnvelopeUtil.cpp b/src/index/strtree/EnvelopeUtil.cpp
index 1bb7d48..82b276a 100644
--- a/src/index/strtree/EnvelopeUtil.cpp
+++ b/src/index/strtree/EnvelopeUtil.cpp
@@ -14,6 +14,7 @@
 
 #include <geos/index/strtree/EnvelopeUtil.h>
 #include <geos/geom/Envelope.h>
+#include <algorithm>
 
 namespace geos {
 namespace index { // geos.index

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

Summary of changes:
 src/index/strtree/EnvelopeUtil.cpp | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list