[cig-commits] r16457 - short/3D/PyLith/trunk/unittests/libtests/topology

willic3 at geodynamics.org willic3 at geodynamics.org
Thu Mar 25 16:03:34 PDT 2010


Author: willic3
Date: 2010-03-25 16:03:34 -0700 (Thu, 25 Mar 2010)
New Revision: 16457

Modified:
   short/3D/PyLith/trunk/unittests/libtests/topology/TestMeshOps.cc
Log:
Added an include that was preventing things from building.
Not sure why this just showed up.



Modified: short/3D/PyLith/trunk/unittests/libtests/topology/TestMeshOps.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/TestMeshOps.cc	2010-03-25 23:03:03 UTC (rev 16456)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/TestMeshOps.cc	2010-03-25 23:03:34 UTC (rev 16457)
@@ -18,6 +18,7 @@
 
 #include "pylith/topology/Mesh.hh" // USES Mesh
 #include "pylith/meshio/MeshIOAscii.hh" // USES MeshIOAscii
+#include <stdexcept> // USES std::runtime_error
 
 // ----------------------------------------------------------------------
 CPPUNIT_TEST_SUITE_REGISTRATION( pylith::topology::TestMeshOps );



More information about the CIG-COMMITS mailing list