[geos-commits] r2723 - in trunk: source/geomgraph/index
tests/xmltester
svn_geos at osgeo.org
svn_geos at osgeo.org
Thu Nov 19 11:40:31 EST 2009
Author: pramsey
Date: 2009-11-19 11:40:29 -0500 (Thu, 19 Nov 2009)
New Revision: 2723
Modified:
trunk/source/geomgraph/index/SegmentIntersector.cpp
trunk/tests/xmltester/XMLTester.cpp
Log:
Apply patch for --disable-cassert compilation (#291)
Modified: trunk/source/geomgraph/index/SegmentIntersector.cpp
===================================================================
--- trunk/source/geomgraph/index/SegmentIntersector.cpp 2009-11-19 16:37:41 UTC (rev 2722)
+++ trunk/source/geomgraph/index/SegmentIntersector.cpp 2009-11-19 16:40:29 UTC (rev 2723)
@@ -15,6 +15,7 @@
**********************************************************************/
+#include <stdlib.h>
#include <vector>
#include <geos/geomgraph/index/SegmentIntersector.h>
Modified: trunk/tests/xmltester/XMLTester.cpp
===================================================================
--- trunk/tests/xmltester/XMLTester.cpp 2009-11-19 16:37:41 UTC (rev 2722)
+++ trunk/tests/xmltester/XMLTester.cpp 2009-11-19 16:40:29 UTC (rev 2723)
@@ -66,6 +66,7 @@
#include <stdexcept>
#include <cmath>
#include <stdexcept>
+#include <algorithm>
#if defined(_MSC_VER) && defined(GEOS_TEST_USE_STACKWALKER)
#include <windows.h>
More information about the geos-commits
mailing list