aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkTime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkTime.cpp')
-rw-r--r--src/core/SkTime.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/SkTime.cpp b/src/core/SkTime.cpp
index e89d5b9b3a..4ed08928ba 100644
--- a/src/core/SkTime.cpp
+++ b/src/core/SkTime.cpp
@@ -5,6 +5,7 @@
* found in the LICENSE file.
*/
+#include "SkLeanWindows.h"
#include "SkString.h"
#include "SkTime.h"
#include "SkTypes.h"
@@ -25,10 +26,8 @@ void SkTime::DateTime::toISO8601(SkString* dst) const {
}
}
-
#ifdef SK_BUILD_FOR_WIN32
-#include "windows.h"
void SkTime::GetDateTime(DateTime* dt) {
if (dt) {
SYSTEMTIME st;