[geos-commits] [SCM] GEOS branch master updated. 3c83900a1776fda653f50481366487a397981c49

git at osgeo.org git at osgeo.org
Thu Dec 20 15:59:19 PST 2018


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  3c83900a1776fda653f50481366487a397981c49 (commit)
      from  9092e28a1fcb496e092278db31d2eefa2cd4d39a (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 3c83900a1776fda653f50481366487a397981c49
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Dec 20 15:59:09 2018 -0800

    Add <algorithm> header for std::min

diff --git a/src/algorithm/Distance.cpp b/src/algorithm/Distance.cpp
index 305f7ae..f1b4bef 100644
--- a/src/algorithm/Distance.cpp
+++ b/src/algorithm/Distance.cpp
@@ -18,6 +18,7 @@
 
 #include <cmath>
 #include <vector>
+#include <algorithm>
 
 #include <geos/algorithm/Distance.h>
 #include <geos/util/IllegalArgumentException.h>

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list