X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fthread.h;h=51ca0ef3395c2abe80d182a6cef056429d655e75;hb=a883560b42163f5ed0c83204469d17dd4f0134b6;hp=b9910ff2135cfaab67c30cbfe71d21b23f741516;hpb=64f0b85e4d5b0cbf1dc76eb3a5342403247576fe;p=libs%2Fcore.git diff --git a/source/thread.h b/source/thread.h index b9910ff..51ca0ef 100644 --- a/source/thread.h +++ b/source/thread.h @@ -6,6 +6,10 @@ Distributed under the LGPL #ifndef MSP_FRAMEWORK_THREAD_H_ #define MSP_FRAMEWORK_THREAD_H_ +#ifdef WIN32 +#include "win32signum.h" +#endif + #include namespace Msp {