[geos-commits] [SCM] GEOS branch main updated. 32c23d1fe658c575e187579ae49dc821df2651b6
git at osgeo.org
git at osgeo.org
Wed Oct 15 15:15:33 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, main has been updated
via 32c23d1fe658c575e187579ae49dc821df2651b6 (commit)
from 15ef9178e57dcc9adc3d84ebe26d9c4b1a86cc73 (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 32c23d1fe658c575e187579ae49dc821df2651b6
Author: Dave Allured <dave.allured at noaa.gov>
Date: Wed Oct 15 16:15:07 2025 -0600
CoverageRingEdges.cpp: Fix include map (#1312)
#include <map> was accidentally deleted in the previous commit, but it is referenced in several places within. This commit restores the now-missing include.
diff --git a/src/coverage/CoverageRingEdges.cpp b/src/coverage/CoverageRingEdges.cpp
index 8fc54a91f..4d1495a47 100644
--- a/src/coverage/CoverageRingEdges.cpp
+++ b/src/coverage/CoverageRingEdges.cpp
@@ -13,6 +13,7 @@
*
**********************************************************************/
+#include <map>
#include <unordered_map>
#include <geos/coverage/CoverageBoundarySegmentFinder.h>
-----------------------------------------------------------------------
Summary of changes:
src/coverage/CoverageRingEdges.cpp | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list