--- trunk/src/math/ParallelRandNumGen.cpp 2013/10/29 16:02:58 1937 +++ trunk/src/math/ParallelRandNumGen.cpp 2013/10/31 15:32:17 1938 @@ -39,12 +39,12 @@ * [4] Kuang & Gezelter, J. Chem. Phys. 133, 164101 (2010). * [5] Vardeman, Stocker & Gezelter, J. Chem. Theory Comput. 7, 834 (2011). */ - -#include "math/ParallelRandNumGen.hpp" #ifdef IS_MPI #include #endif +#include "math/ParallelRandNumGen.hpp" + namespace OpenMD { int ParallelRandNumGen::nCreatedRNG_ = 0;