diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2014-02-20 04:11:52 +0100 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2014-02-22 23:37:29 +0100 |
| commit | 83b7bb64aa5e1ee6b18eaa5d08c17bb5b6c57048 (patch) | |
| tree | 9b633ca7531de6e36a49216ac2db91e8e7879bae /Source/Core/Common/Timer.cpp | |
| parent | 65bbfdb8123b4ea3e15b967b5b03b4b4335c0040 (diff) | |
Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change).
Diffstat (limited to 'Source/Core/Common/Timer.cpp')
| -rw-r--r-- | Source/Core/Common/Timer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 <cinttypes> #include <ctime> +#include <string> #ifdef _WIN32 #include <mmsystem.h> @@ -13,6 +14,7 @@ #include <sys/time.h> #endif +#include "Common/CommonTypes.h" #include "Common/StringUtil.h" #include "Common/Timer.h" |
