[MOAB-dev] r1487 - MOAB/trunk/tools/dagmc

dcthomp at mcs.anl.gov dcthomp at mcs.anl.gov
Wed Dec 26 15:41:58 CST 2007


Author: dcthomp
Date: 2007-12-26 15:41:52 -0600 (Wed, 26 Dec 2007)
New Revision: 1487

Modified:
   MOAB/trunk/tools/dagmc/cubfile.c
Log:
COMP: Include MBEntityHandle.h so MOAB_HAVE_STDINT_H is defined (or not)
      when we check it on the next line.


Modified: MOAB/trunk/tools/dagmc/cubfile.c
===================================================================
--- MOAB/trunk/tools/dagmc/cubfile.c	2007-12-26 19:26:54 UTC (rev 1486)
+++ MOAB/trunk/tools/dagmc/cubfile.c	2007-12-26 21:41:52 UTC (rev 1487)
@@ -13,8 +13,9 @@
 
 #include <stdlib.h>
 
+#include "MBEntityHandle.h" // for MOAB_HAVE_STDINT_H
 #ifdef MOAB_HAVE_STDINT_H
-#include <stdint.h>
+#  include <stdint.h>
 #endif
 
 #ifdef _MSC_VER /* windows */




More information about the moab-dev mailing list