[geos-commits] r4080 - trunk/src/algorithm

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Aug 12 09:57:25 PDT 2015


Author: pramsey
Date: 2015-08-12 09:57:25 -0700 (Wed, 12 Aug 2015)
New Revision: 4080

Modified:
   trunk/src/algorithm/ConvexHull.cpp
Log:
Include interrupt header, dummy


Modified: trunk/src/algorithm/ConvexHull.cpp
===================================================================
--- trunk/src/algorithm/ConvexHull.cpp	2015-08-12 16:52:25 UTC (rev 4079)
+++ trunk/src/algorithm/ConvexHull.cpp	2015-08-12 16:57:25 UTC (rev 4080)
@@ -27,6 +27,7 @@
 #include <geos/geom/LineString.h>
 #include <geos/geom/CoordinateSequence.h>
 #include <geos/geom/CoordinateSequenceFactory.h>
+#include <geos/util/Interrupt.h> 
 
 #include <typeinfo>
 #include <algorithm>



More information about the geos-commits mailing list