[geos-commits] [SCM] GEOS branch 3.14 updated. e620b25dad1f36545beabf37bc49ef1fdb022db6
git at osgeo.org
git at osgeo.org
Fri Sep 5 09:02:56 PDT 2025
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, 3.14 has been updated
via e620b25dad1f36545beabf37bc49ef1fdb022db6 (commit)
from adca7b4eacc2851f2ebb680e0d3061b3f05435c1 (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 e620b25dad1f36545beabf37bc49ef1fdb022db6
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Fri Sep 5 07:52:28 2025 -0700
Build on latest MacOX per #1302
diff --git a/src/coverage/CoverageRingEdges.cpp b/src/coverage/CoverageRingEdges.cpp
index 9d5eba07f..8fc54a91f 100644
--- a/src/coverage/CoverageRingEdges.cpp
+++ b/src/coverage/CoverageRingEdges.cpp
@@ -13,7 +13,7 @@
*
**********************************************************************/
-#include <map>
+#include <unordered_map>
#include <geos/coverage/CoverageBoundarySegmentFinder.h>
#include <geos/coverage/CoverageEdge.h>
-----------------------------------------------------------------------
Summary of changes:
src/coverage/CoverageRingEdges.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list