diff --git a/storm/thread/SCritSect.hpp b/storm/thread/SCritSect.hpp index 394b514..4dd6226 100644 --- a/storm/thread/SCritSect.hpp +++ b/storm/thread/SCritSect.hpp @@ -1,6 +1,10 @@ #ifndef STORM_THREAD_S_CRIT_SECT_HPP #define STORM_THREAD_S_CRIT_SECT_HPP +#if defined(WHOA_PLATFORM_WIN) +#include +#endif + #if defined(WHOA_PLATFORM_MAC) || defined(WHOA_PLATFORM_LINUX) #include #endif