[geos-commits] r4142 - trunk/src/io

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Feb 4 23:59:36 PST 2016


Author: strk
Date: 2016-02-04 23:59:36 -0800 (Thu, 04 Feb 2016)
New Revision: 4142

Modified:
   trunk/src/io/StringTokenizer.cpp
Log:
Include <limits> in StringTokenizer

Patch by Jeff Mckenna
See #766

Modified: trunk/src/io/StringTokenizer.cpp
===================================================================
--- trunk/src/io/StringTokenizer.cpp	2016-01-20 00:03:10 UTC (rev 4141)
+++ trunk/src/io/StringTokenizer.cpp	2016-02-05 07:59:36 UTC (rev 4142)
@@ -21,6 +21,7 @@
 
 #include <string>
 #include <cstdlib>
+#include <limits>
 
 using namespace std;
 



More information about the geos-commits mailing list