[cig-commits] r5851 - in cs/spatialdata-0.1/trunk/libsrc: geocoords spatialdb

brad at geodynamics.org brad at geodynamics.org
Fri Jan 19 20:40:44 PST 2007


Author: brad
Date: 2007-01-19 20:40:44 -0800 (Fri, 19 Jan 2007)
New Revision: 5851

Modified:
   cs/spatialdata-0.1/trunk/libsrc/geocoords/CSGeo.cc
   cs/spatialdata-0.1/trunk/libsrc/spatialdb/SimpleIO.cc
Log:
Added missing includes.

Modified: cs/spatialdata-0.1/trunk/libsrc/geocoords/CSGeo.cc
===================================================================
--- cs/spatialdata-0.1/trunk/libsrc/geocoords/CSGeo.cc	2007-01-20 02:32:43 UTC (rev 5850)
+++ cs/spatialdata-0.1/trunk/libsrc/geocoords/CSGeo.cc	2007-01-20 04:40:44 UTC (rev 5851)
@@ -21,6 +21,7 @@
 #include <iostream> // USES std::istream, std::ostream
 
 #include <stdexcept> // USES std::runtime_error, std::exception
+#include <assert.h> // USES assert()
 
 extern "C" {
 #include "proj_api.h" // USES PROJ4

Modified: cs/spatialdata-0.1/trunk/libsrc/spatialdb/SimpleIO.cc
===================================================================
--- cs/spatialdata-0.1/trunk/libsrc/spatialdb/SimpleIO.cc	2007-01-20 02:32:43 UTC (rev 5850)
+++ cs/spatialdata-0.1/trunk/libsrc/spatialdb/SimpleIO.cc	2007-01-20 04:40:44 UTC (rev 5851)
@@ -24,6 +24,7 @@
 
 #include <stdexcept> // USES std::runtime_error, std::exception
 #include <sstream> // USES std::ostringsgream
+#include <assert.h> // USES assert()
 
 // ----------------------------------------------------------------------
 /// Default constructor



More information about the cig-commits mailing list