[mapguide-commits] r9706 - sandbox/jng/geos_c/Common/Geometry

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Aug 4 08:03:11 PDT 2020


Author: jng
Date: 2020-08-04 08:03:11 -0700 (Tue, 04 Aug 2020)
New Revision: 9706

Modified:
   sandbox/jng/geos_c/Common/Geometry/GeosUtil.cpp
Log:
Fix build error

Modified: sandbox/jng/geos_c/Common/Geometry/GeosUtil.cpp
===================================================================
--- sandbox/jng/geos_c/Common/Geometry/GeosUtil.cpp	2020-08-04 14:32:16 UTC (rev 9705)
+++ sandbox/jng/geos_c/Common/Geometry/GeosUtil.cpp	2020-08-04 15:03:11 UTC (rev 9706)
@@ -21,7 +21,7 @@
 #include "Buffer/buffer.h"
 #include "GeosUtil.h"
 #include "GeometryExceptionDef.h"
-#include "Spatial/SpatialUtility.h"
+#include "Spatial/SpatialUtilities.h"
 #include "GeometricEntityType.h"
 
 // This is a verbatim implementation of geos::algorithm::InteriorPointPoint



More information about the mapguide-commits mailing list