[geos-commits] r2722 - in branches/3.1: source/geomgraph/index tests/xmltester

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Nov 19 11:37:47 EST 2009


Author: pramsey
Date: 2009-11-19 11:37:41 -0500 (Thu, 19 Nov 2009)
New Revision: 2722

Modified:
   branches/3.1/source/geomgraph/index/SegmentIntersector.cpp
   branches/3.1/tests/xmltester/XMLTester.cpp
Log:
Apply patch for compilation with --disable-cassrt (#291)


Modified: branches/3.1/source/geomgraph/index/SegmentIntersector.cpp
===================================================================
--- branches/3.1/source/geomgraph/index/SegmentIntersector.cpp	2009-11-18 18:58:12 UTC (rev 2721)
+++ branches/3.1/source/geomgraph/index/SegmentIntersector.cpp	2009-11-19 16:37:41 UTC (rev 2722)
@@ -16,6 +16,7 @@
 
 
 #include <vector>
+#include <stdlib.h>
 
 #include <geos/geomgraph/index/SegmentIntersector.h>
 #include <geos/geomgraph/Edge.h>

Modified: branches/3.1/tests/xmltester/XMLTester.cpp
===================================================================
--- branches/3.1/tests/xmltester/XMLTester.cpp	2009-11-18 18:58:12 UTC (rev 2721)
+++ branches/3.1/tests/xmltester/XMLTester.cpp	2009-11-19 16:37:41 UTC (rev 2722)
@@ -57,7 +57,9 @@
 #include <stdexcept>
 #include <cmath>
 #include <stdexcept>
+#include <algorithm>
 
+
 #ifdef _MSC_VER
 #include <windows.h>
 #include "Stackwalker.h"



More information about the geos-commits mailing list