--- trunk/src/math/AlphaHull.cpp 2013/06/16 15:15:42 1879 +++ trunk/src/math/AlphaHull.cpp 2013/10/31 15:32:17 1938 @@ -42,6 +42,10 @@ * * Purpose: To calculate an alpha-shape hull. */ + +#ifdef IS_MPI +#include +#endif /* Standard includes independent of library */ @@ -52,10 +56,6 @@ #include #include "math/AlphaHull.hpp" #include "utils/simError.h" - -#ifdef IS_MPI -#include -#endif #include "math/qhull.hpp"