[cig-commits] r14065 - short/3D/PyLith/branches/pylith-swig/libsrc/topology

brad at geodynamics.org brad at geodynamics.org
Tue Feb 17 15:55:20 PST 2009


Author: brad
Date: 2009-02-17 15:55:20 -0800 (Tue, 17 Feb 2009)
New Revision: 14065

Modified:
   short/3D/PyLith/branches/pylith-swig/libsrc/topology/Fields.icc
Log:
Added missing include directives.

Modified: short/3D/PyLith/branches/pylith-swig/libsrc/topology/Fields.icc
===================================================================
--- short/3D/PyLith/branches/pylith-swig/libsrc/topology/Fields.icc	2009-02-17 23:50:56 UTC (rev 14064)
+++ short/3D/PyLith/branches/pylith-swig/libsrc/topology/Fields.icc	2009-02-17 23:55:20 UTC (rev 14065)
@@ -14,6 +14,8 @@
 #error "Fields.icc must be included only from Fields.hh"
 #endif
 
+#include <sstream> // USES std::ostringstream
+#include <stdexcept> // USES std::runtime_error
 
 // ----------------------------------------------------------------------
 // Default constructor.



More information about the CIG-COMMITS mailing list