diff --git a/storm/thread/CCritSect.hpp b/storm/thread/CCritSect.hpp index 79d24d3..6c20ecb 100644 --- a/storm/thread/CCritSect.hpp +++ b/storm/thread/CCritSect.hpp @@ -1,6 +1,8 @@ #ifndef STORM_THREAD_C_CRIT_SECT_HPP #define STORM_THREAD_C_CRIT_SECT_HPP +#include + #if defined(WHOA_SYSTEM_WIN) #include #endif