[geos-commits] [SCM] GEOS branch main updated. 46e9f158073ebf0d4ec8b7dde37c155d097bc0d7
git at osgeo.org
git at osgeo.org
Thu Oct 3 12:22:15 PDT 2024
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 46e9f158073ebf0d4ec8b7dde37c155d097bc0d7 (commit)
from fd3fd2d853696d1352b78dbe55dea7d1bfc786c8 (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 46e9f158073ebf0d4ec8b7dde37c155d097bc0d7
Author: Even Rouault <even.rouault at spatialys.com>
Date: Thu Oct 3 21:21:53 2024 +0200
TopologyPredicate.h: add missing ostream inclusion (#1173)
Fixes #1172
diff --git a/include/geos/operation/relateng/TopologyPredicate.h b/include/geos/operation/relateng/TopologyPredicate.h
index 6b594dbca..fdf94bb51 100644
--- a/include/geos/operation/relateng/TopologyPredicate.h
+++ b/include/geos/operation/relateng/TopologyPredicate.h
@@ -18,6 +18,7 @@
#include <geos/geom/Location.h>
#include <geos/export.h>
+#include <ostream> // for operator<<
// Forward declarations
namespace geos {
-----------------------------------------------------------------------
Summary of changes:
include/geos/operation/relateng/TopologyPredicate.h | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list