]> git.tdb.fi Git - libs/core.git/blobdiff - source/thread.h
Win32 tweaks
[libs/core.git] / source / thread.h
index b9910ff2135cfaab67c30cbfe71d21b23f741516..51ca0ef3395c2abe80d182a6cef056429d655e75 100644 (file)
@@ -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 <pthread.h>
 
 namespace Msp {