[cig-commits] r14122 - short/3D/PyLith/branches/pylith-swig/unittests/libtests/materials

brad at geodynamics.org brad at geodynamics.org
Mon Feb 23 09:21:35 PST 2009


Author: brad
Date: 2009-02-23 09:21:35 -0800 (Mon, 23 Feb 2009)
New Revision: 14122

Modified:
   short/3D/PyLith/branches/pylith-swig/unittests/libtests/materials/TestElasticMaterial.cc
   short/3D/PyLith/branches/pylith-swig/unittests/libtests/materials/TestMetadata.cc
Log:
Fixed small compilation errors.

Modified: short/3D/PyLith/branches/pylith-swig/unittests/libtests/materials/TestElasticMaterial.cc
===================================================================
--- short/3D/PyLith/branches/pylith-swig/unittests/libtests/materials/TestElasticMaterial.cc	2009-02-23 15:08:34 UTC (rev 14121)
+++ short/3D/PyLith/branches/pylith-swig/unittests/libtests/materials/TestElasticMaterial.cc	2009-02-23 17:21:35 UTC (rev 14122)
@@ -25,6 +25,8 @@
 #include "spatialdata/geocoords/CSCart.hh" // USES CSCart
 #include "spatialdata/units/Nondimensional.hh" // USES Nondimensional
 
+#include <cstring> // USES memcpy()
+
 // ----------------------------------------------------------------------
 CPPUNIT_TEST_SUITE_REGISTRATION( pylith::materials::TestElasticMaterial );
 

Modified: short/3D/PyLith/branches/pylith-swig/unittests/libtests/materials/TestMetadata.cc
===================================================================
--- short/3D/PyLith/branches/pylith-swig/unittests/libtests/materials/TestMetadata.cc	2009-02-23 15:08:34 UTC (rev 14121)
+++ short/3D/PyLith/branches/pylith-swig/unittests/libtests/materials/TestMetadata.cc	2009-02-23 17:21:35 UTC (rev 14122)
@@ -17,6 +17,8 @@
 #include "pylith/materials/Metadata.hh" // USES Metadata
 #include "pylith/utils/array.hh" // USES double_array
 
+#include <cstring> // USES strcmp()
+
 // ----------------------------------------------------------------------
 CPPUNIT_TEST_SUITE_REGISTRATION( pylith::materials::TestMetadata );
 



More information about the CIG-COMMITS mailing list