Index: src/ports/SkTime_win.cpp |
diff --git a/src/ports/SkTime_win.cpp b/src/ports/SkTime_win.cpp |
index 2bd5062c3c6437a1c4bc8197b0ed13ece450294d..2589d43d44d1ef02abc8d9b62a90d9ac1957279f 100644 |
--- a/src/ports/SkTime_win.cpp |
+++ b/src/ports/SkTime_win.cpp |
@@ -5,6 +5,8 @@ |
* Use of this source code is governed by a BSD-style license that can be |
* found in the LICENSE file. |
*/ |
+#include "SkTypes.h" |
+#if defined(SK_BUILD_FOR_WIN32) |
#include "SkTime.h" |
@@ -39,3 +41,4 @@ void SkTime::GetDateTime(DateTime* dt) |
dt->fSecond = SkToU8(st.wSecond); |
} |
} |
+#endif//defined(SK_BUILD_FOR_WIN32) |