[geos-commits] r4059 - trunk/src/operation/intersection

svn_geos at osgeo.org svn_geos at osgeo.org
Sun Jul 19 06:04:27 PDT 2015


Author: strk
Date: 2015-07-19 06:04:26 -0700 (Sun, 19 Jul 2015)
New Revision: 4059

Modified:
   trunk/src/operation/intersection/RectangleIntersectionBuilder.cpp
Log:
Add missing include (thanks Alessandro Furieri)

Modified: trunk/src/operation/intersection/RectangleIntersectionBuilder.cpp
===================================================================
--- trunk/src/operation/intersection/RectangleIntersectionBuilder.cpp	2015-07-07 09:28:57 UTC (rev 4058)
+++ trunk/src/operation/intersection/RectangleIntersectionBuilder.cpp	2015-07-19 13:04:26 UTC (rev 4059)
@@ -23,6 +23,8 @@
 #include <geos/geom/LinearRing.h>
 #include <geos/algorithm/CGAlgorithms.h>
 
+#include <cmath> // for fabs()
+
 namespace geos {
 namespace operation { // geos::operation
 namespace intersection { // geos::operation::intersection



More information about the geos-commits mailing list