Index: src/core/SkSemaphore.cpp |
diff --git a/src/core/SkSemaphore.cpp b/src/core/SkSemaphore.cpp |
index 2286c0b2bb37a15d375cb91ba2ae973b013b955c..28ccddc432f478914fef2fcc1682aa4a1fb78c21 100644 |
--- a/src/core/SkSemaphore.cpp |
+++ b/src/core/SkSemaphore.cpp |
@@ -6,6 +6,7 @@ |
*/ |
#include "../private/SkSemaphore.h" |
+#include "../private/SkLeanWindows.h" |
bungeman-skia
2016/06/06 18:11:59
nit: up one line
hal.canary
2016/06/06 18:22:32
Done.
|
#if defined(SK_BUILD_FOR_MAC) || defined(SK_BUILD_FOR_IOS) |
#include <mach/mach.h> |