summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/Timer.cpp')
-rw-r--r--Source/Core/Common/Timer.cpp2
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"