--- trunk/src/math/ConvexHull.cpp 2013/10/29 16:02:58 1937 +++ trunk/src/math/ConvexHull.cpp 2013/10/31 15:32:17 1938 @@ -42,6 +42,10 @@ * * Purpose: To calculate a convex hull. */ + +#ifdef IS_MPI +#include +#endif /* Standard includes independent of library */ @@ -52,10 +56,6 @@ #include #include "math/ConvexHull.hpp" #include "utils/simError.h" - -#ifdef IS_MPI -#include -#endif #include "math/qhull.hpp"