[MOAB-dev] r1452 - MOAB/trunk/tools/dagmc
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Fri Dec 7 15:34:19 CST 2007
Author: kraftche
Date: 2007-12-07 15:34:19 -0600 (Fri, 07 Dec 2007)
New Revision: 1452
Modified:
MOAB/trunk/tools/dagmc/DagMC.cpp
Log:
missing #include fixes from Byron
Modified: MOAB/trunk/tools/dagmc/DagMC.cpp
===================================================================
--- MOAB/trunk/tools/dagmc/DagMC.cpp 2007-12-07 21:25:24 UTC (rev 1451)
+++ MOAB/trunk/tools/dagmc/DagMC.cpp 2007-12-07 21:34:19 UTC (rev 1452)
@@ -20,6 +20,7 @@
#include <iostream>
#include <fstream>
#include <sstream>
+#include <limits>
#include <ctype.h>
#include <string.h>
More information about the moab-dev
mailing list