From 34d437a81b89bfba87a4af5b8c14751909c882df Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 12 Aug 2024 16:18:08 -0700 Subject: [PATCH] msvc wants string header? --- include/geos/geom/prep/PreparedGeometry.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/geos/geom/prep/PreparedGeometry.h b/include/geos/geom/prep/PreparedGeometry.h index 600fca3b0a..6c77513905 100644 --- a/include/geos/geom/prep/PreparedGeometry.h +++ b/include/geos/geom/prep/PreparedGeometry.h @@ -20,6 +20,7 @@ #include #include +#include #include // Forward declarations