[MOAB-dev] r2030 - MOAB/trunk/refiner

dcthomp at mcs.anl.gov dcthomp at mcs.anl.gov
Mon Jul 28 20:05:31 CDT 2008


Author: dcthomp
Date: 2008-07-28 20:05:31 -0500 (Mon, 28 Jul 2008)
New Revision: 2030

Modified:
   MOAB/trunk/refiner/MBSplitVertices.hpp
Log:
COMP: Fix build problem on Fedora 9/gcc 4.3.0


Modified: MOAB/trunk/refiner/MBSplitVertices.hpp
===================================================================
--- MOAB/trunk/refiner/MBSplitVertices.hpp	2008-07-28 21:37:37 UTC (rev 2029)
+++ MOAB/trunk/refiner/MBSplitVertices.hpp	2008-07-29 01:05:31 UTC (rev 2030)
@@ -27,6 +27,7 @@
 
 #include <map>
 #include <vector>
+#include <algorithm>
 
 class MBRefinerTagManager;
 




More information about the moab-dev mailing list