[MOAB-dev] r5360 - MOAB/trunk/src/parallel/moab
nbertram at wisc.edu
nbertram at wisc.edu
Tue Jan 31 16:34:23 CST 2012
Author: bertram
Date: 2012-01-31 16:34:22 -0600 (Tue, 31 Jan 2012)
New Revision: 5360
Modified:
MOAB/trunk/src/parallel/moab/TupleList.hpp
Log:
Adding #include <string> to TupleList.hpp since some compilers were giving an error.
Modified: MOAB/trunk/src/parallel/moab/TupleList.hpp
===================================================================
--- MOAB/trunk/src/parallel/moab/TupleList.hpp 2012-01-31 21:36:35 UTC (rev 5359)
+++ MOAB/trunk/src/parallel/moab/TupleList.hpp 2012-01-31 22:34:22 UTC (rev 5360)
@@ -19,6 +19,7 @@
#include <stdlib.h>
#include "moab/Types.hpp"
+#include <string>
/* Integral types defined here to ensure variable type sizes are consistent */
/* integer type to use for everything */
More information about the moab-dev
mailing list