[MOAB-dev] r1592 - MOAB/trunk
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Wed Feb 6 15:46:08 CST 2008
Author: kraftche
Date: 2008-02-06 15:46:08 -0600 (Wed, 06 Feb 2008)
New Revision: 1592
Modified:
MOAB/trunk/kd_tree_time.cpp
Log:
add missing #includes
Modified: MOAB/trunk/kd_tree_time.cpp
===================================================================
--- MOAB/trunk/kd_tree_time.cpp 2008-02-06 21:39:34 UTC (rev 1591)
+++ MOAB/trunk/kd_tree_time.cpp 2008-02-06 21:46:08 UTC (rev 1592)
@@ -2,6 +2,7 @@
#include "MBAdaptiveKDTree.hpp"
#include <errno.h>
#include <stdio.h>
+#include <stdlib.h>
int main( int argc, char* argv[] )
{
More information about the moab-dev
mailing list