summaryrefslogtreecommitdiff
path: root/src/thread/thread_win32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/thread_win32.cpp')
-rw-r--r--src/thread/thread_win32.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/thread/thread_win32.cpp b/src/thread/thread_win32.cpp
index 484cc5513..c37baf7c3 100644
--- a/src/thread/thread_win32.cpp
+++ b/src/thread/thread_win32.cpp
@@ -17,6 +17,8 @@
#include <windows.h>
#include <process.h>
+#include "../safeguards.h"
+
/**
* Win32 thread version for ThreadObject.
*/