[MOAB-dev] r4007 - MOAB/trunk/tools/dagmc
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Thu Jun 17 16:35:13 CDT 2010
Author: kraftche
Date: 2010-06-17 16:35:13 -0500 (Thu, 17 Jun 2010)
New Revision: 4007
Modified:
MOAB/trunk/tools/dagmc/DagMC.hpp
Log:
portability fix
Modified: MOAB/trunk/tools/dagmc/DagMC.hpp
===================================================================
--- MOAB/trunk/tools/dagmc/DagMC.hpp 2010-06-16 07:31:46 UTC (rev 4006)
+++ MOAB/trunk/tools/dagmc/DagMC.hpp 2010-06-17 21:35:13 UTC (rev 4007)
@@ -7,6 +7,7 @@
#include <vector>
#include <string>
#include <assert.h>
+#include <stdio.h>
#include "moab/OrientedBoxTreeTool.hpp"
More information about the moab-dev
mailing list