[MOAB-dev] r3230 - MOAB/trunk/tools/dagmc
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Tue Oct 20 08:47:22 CDT 2009
Author: kraftche
Date: 2009-10-20 08:47:22 -0500 (Tue, 20 Oct 2009)
New Revision: 3230
Modified:
MOAB/trunk/tools/dagmc/test_geom.cc
Log:
add missing include
Modified: MOAB/trunk/tools/dagmc/test_geom.cc
===================================================================
--- MOAB/trunk/tools/dagmc/test_geom.cc 2009-10-20 13:47:04 UTC (rev 3229)
+++ MOAB/trunk/tools/dagmc/test_geom.cc 2009-10-20 13:47:22 UTC (rev 3230)
@@ -9,6 +9,7 @@
#include <math.h>
#include <limits>
#include <algorithm>
+#include <stdio.h> // for remove()
#define CHKERR if (MB_SUCCESS != rval) return rval
More information about the moab-dev
mailing list