[MOAB-dev] r2894 - MOAB/trunk
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Mon May 18 10:02:15 CDT 2009
Author: kraftche
Date: 2009-05-18 10:02:15 -0500 (Mon, 18 May 2009)
New Revision: 2894
Modified:
MOAB/trunk/MBTest.cpp
Log:
#inclde <stdio.h> for sprintf
Modified: MOAB/trunk/MBTest.cpp
===================================================================
--- MOAB/trunk/MBTest.cpp 2009-05-18 15:01:54 UTC (rev 2893)
+++ MOAB/trunk/MBTest.cpp 2009-05-18 15:02:15 UTC (rev 2894)
@@ -32,6 +32,7 @@
#include <time.h>
#include <assert.h>
#include <math.h>
+#include <stdio.h>
#include "MBInterface.hpp"
#include "MBTagConventions.hpp"
#include "MBRange.hpp"
More information about the moab-dev
mailing list