--- trunk/src/parallel/ForceDecomposition.cpp 2013/08/19 13:51:04 1930 +++ trunk/src/parallel/ForceDecomposition.cpp 2013/10/31 15:32:17 1938 @@ -39,12 +39,14 @@ * [4] Kuang & Gezelter, J. Chem. Phys. 133, 164101 (2010). * [5] Vardeman, Stocker & Gezelter, J. Chem. Theory Comput. 7, 834 (2011). */ -#include "parallel/ForceDecomposition.hpp" -#include "math/Vector3.hpp" + #ifdef IS_MPI #include #endif +#include "parallel/ForceDecomposition.hpp" +#include "math/Vector3.hpp" + using namespace std; namespace OpenMD {