--- trunk/src/io/RestReader.cpp 2013/10/29 16:02:58 1937 +++ trunk/src/io/RestReader.cpp 2013/10/31 15:32:17 1938 @@ -39,7 +39,10 @@ * [4] Kuang & Gezelter, J. Chem. Phys. 133, 164101 (2010). * [5] Vardeman, Stocker & Gezelter, J. Chem. Theory Comput. 7, 834 (2011). */ - + +#ifdef IS_MPI +#include +#endif #include #include @@ -59,11 +62,6 @@ #include "utils/StringTokenizer.hpp" #include "restraints/ObjectRestraint.hpp" #include "restraints/MolecularRestraint.hpp" - -#ifdef IS_MPI - -#include -#endif namespace OpenMD {