aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkThreadID.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkThreadID.cpp')
-rw-r--r--src/core/SkThreadID.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkThreadID.cpp b/src/core/SkThreadID.cpp
index 589b4da05a..948884d0ce 100644
--- a/src/core/SkThreadID.cpp
+++ b/src/core/SkThreadID.cpp
@@ -5,10 +5,10 @@
* found in the LICENSE file.
*/
+#include "SkLeanWindows.h"
#include "SkThreadID.h"
#ifdef SK_BUILD_FOR_WIN
- #include <windows.h>
SkThreadID SkGetThreadID() { return GetCurrentThreadId(); }
#else
#include <pthread.h>