[MOAB-dev] r3142 - MOAB/trunk/tools/mbzoltan

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Tue Sep 15 15:33:56 CDT 2009


Author: kraftche
Date: 2009-09-15 15:33:56 -0500 (Tue, 15 Sep 2009)
New Revision: 3142

Modified:
   MOAB/trunk/tools/mbzoltan/MBZoltan.hpp
Log:
work around portability issue in some versions of Zoltan

Modified: MOAB/trunk/tools/mbzoltan/MBZoltan.hpp
===================================================================
--- MOAB/trunk/tools/mbzoltan/MBZoltan.hpp	2009-09-15 19:08:23 UTC (rev 3141)
+++ MOAB/trunk/tools/mbzoltan/MBZoltan.hpp	2009-09-15 20:33:56 UTC (rev 3142)
@@ -22,6 +22,7 @@
 #ifndef MB_ZOLTAN_HPP
 #define MB_ZOLTAN_HPP
 
+#include <stdlib.h>
 #include "zoltan_cpp.h"
 
 extern "C" 



More information about the moab-dev mailing list