[MOAB-dev] r3225 - MOAB/trunk/tools
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Mon Oct 19 20:55:29 CDT 2009
Author: kraftche
Date: 2009-10-19 20:55:29 -0500 (Mon, 19 Oct 2009)
New Revision: 3225
Modified:
MOAB/trunk/tools/convert.cpp
Log:
add missing include
Modified: MOAB/trunk/tools/convert.cpp
===================================================================
--- MOAB/trunk/tools/convert.cpp 2009-10-20 00:28:29 UTC (rev 3224)
+++ MOAB/trunk/tools/convert.cpp 2009-10-20 01:55:29 UTC (rev 3225)
@@ -38,6 +38,7 @@
#ifdef USE_MPI
# include <mpi.h>
#endif
+#include <stdio.h>
/* Exit values */
#define USAGE_ERROR 1
More information about the moab-dev
mailing list