--- trunk/src/brains/SimCreator.cpp 2013/10/29 16:02:58 1937 +++ trunk/src/brains/SimCreator.cpp 2013/10/31 15:32:17 1938 @@ -46,6 +46,12 @@ * @date 11/03/2004 * @version 1.0 */ + +#ifdef IS_MPI +#include "mpi.h" +#include "math/ParallelRandNumGen.hpp" +#endif + #include #include #include @@ -83,10 +89,6 @@ #include "types/FixedChargeAdapter.hpp" #include "types/FluctuatingChargeAdapter.hpp" -#ifdef IS_MPI -#include "mpi.h" -#include "math/ParallelRandNumGen.hpp" -#endif namespace OpenMD {