[cig-commits] r11992 - cs/spatialdata-0.1/trunk/libsrc/spatialdb

willic3 at geodynamics.org willic3 at geodynamics.org
Wed May 21 08:50:16 PDT 2008


Author: willic3
Date: 2008-05-21 08:50:15 -0700 (Wed, 21 May 2008)
New Revision: 11992

Modified:
   cs/spatialdata-0.1/trunk/libsrc/spatialdb/SimpleIOAscii.cc
Log:
New compiler (gcc 4.3) requires us to include string.h to get strlen().



Modified: cs/spatialdata-0.1/trunk/libsrc/spatialdb/SimpleIOAscii.cc
===================================================================
--- cs/spatialdata-0.1/trunk/libsrc/spatialdb/SimpleIOAscii.cc	2008-05-21 04:56:29 UTC (rev 11991)
+++ cs/spatialdata-0.1/trunk/libsrc/spatialdb/SimpleIOAscii.cc	2008-05-21 15:50:15 UTC (rev 11992)
@@ -31,6 +31,7 @@
 #include <stdexcept> // USES std::runtime_error
 #include <sstream> // USES std::ostringsgream
 #include <strings.h> // USES strcasecmp()
+#include <string.h> // USES strlen()
 #include <assert.h> // USES assert()
 
 // ----------------------------------------------------------------------



More information about the cig-commits mailing list