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

brad at geodynamics.org brad at geodynamics.org
Sun Jan 18 16:36:22 PST 2009


Author: brad
Date: 2009-01-18 16:36:22 -0800 (Sun, 18 Jan 2009)
New Revision: 13881

Modified:
   cs/spatialdata-0.1/trunk/libsrc/spatialdb/SimpleDBQuery.cc
Log:
Added missing include directives.

Modified: cs/spatialdata-0.1/trunk/libsrc/spatialdb/SimpleDBQuery.cc
===================================================================
--- cs/spatialdata-0.1/trunk/libsrc/spatialdb/SimpleDBQuery.cc	2009-01-19 00:35:02 UTC (rev 13880)
+++ cs/spatialdata-0.1/trunk/libsrc/spatialdb/SimpleDBQuery.cc	2009-01-19 00:36:22 UTC (rev 13881)
@@ -20,8 +20,7 @@
 
 #include "spatialdata/geocoords/Converter.hh" // USES Converter
 
-#include <sstream> // USES std::ostringsgream
-#include <algorithm> // USES std::fill(), std::lower_bound(), std::distance
+ce
 #include "Exception.hh" // USES OutOfBounds
 
 #include <math.h> // USES MAXFLOAT
@@ -29,8 +28,11 @@
 #define MAXFLOAT 1e+30
 #endif
 
+#include <cstring> // USES memcpy()
 #include <strings.h> // USES strcasecmp()
-#include <assert.h> // USES assert()
+#include <cassert.> // USES assert()
+#include <sstream> // USES std::ostringsgream
+#include <algorithm> // USES std::fill(), std::lower_bound(), std::distan
 
 // ----------------------------------------------------------------------
 // Default constructor.



More information about the CIG-COMMITS mailing list