diff --git a/VCellMessaging/include/VCELL/SimulationMessaging.h b/VCellMessaging/include/VCELL/SimulationMessaging.h index 20979cced..83502c0cc 100644 --- a/VCellMessaging/include/VCELL/SimulationMessaging.h +++ b/VCellMessaging/include/VCELL/SimulationMessaging.h @@ -1,6 +1,16 @@ #ifndef _SIMULATIONMESSAGING_H_ #define _SIMULATIONMESSAGING_H_ +#if (defined(WIN32) || defined(WIN64) ) +#include +#else +#include +#include +#include +#include +#endif + + #include #ifdef USE_MESSAGING #include @@ -11,14 +21,6 @@ #include using namespace std; -#if (defined(WIN32) || defined(WIN64) ) -#include -#else -#include -#include -#include -#include -#endif #ifdef USE_MESSAGING #if (!defined(WIN32) && !defined(WIN64) )