summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/Thread.cpp')
-rw-r--r--Source/Core/Common/Thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Thread.cpp b/Source/Core/Common/Thread.cpp
index 258559bc4f..d9a40fc6b5 100644
--- a/Source/Core/Common/Thread.cpp
+++ b/Source/Core/Common/Thread.cpp
@@ -4,7 +4,7 @@
#include "Common/Thread.h"
#ifdef _WIN32
-#include <Windows.h>
+#include <windows.h>
#include <processthreadsapi.h>
#else
#include <pthread.h>