From 83b7bb64aa5e1ee6b18eaa5d08c17bb5b6c57048 Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Thu, 20 Feb 2014 04:11:52 +0100 Subject: Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). --- Source/Core/Common/Timer.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/Core/Common/Timer.cpp') diff --git a/Source/Core/Common/Timer.cpp b/Source/Core/Common/Timer.cpp index 1670e861db..b1e52bb0d3 100644 --- a/Source/Core/Common/Timer.cpp +++ b/Source/Core/Common/Timer.cpp @@ -4,6 +4,7 @@ #include #include +#include #ifdef _WIN32 #include @@ -13,6 +14,7 @@ #include #endif +#include "Common/CommonTypes.h" #include "Common/StringUtil.h" #include "Common/Timer.h" -- cgit v1.2.3