summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Profiler.cpp
diff options
context:
space:
mode:
authorMichael Maltese <michaeljosephmaltese@gmail.com>2017-01-22 23:08:45 -0800
committerMichael Maltese <michaeljosephmaltese@gmail.com>2017-01-23 01:37:41 -0800
commit713ec5ffd526aa5c783e4c6a13bcc45c453e2c10 (patch)
treefb46e1b5bcba72206d1c9736fe363d60267f9243 /Source/Core/Common/Profiler.cpp
parentc3a1547d9ab79a30dd6aceaa8d2938df4a5c8973 (diff)
Add includes for building on Windows without PCH
Diffstat (limited to 'Source/Core/Common/Profiler.cpp')
-rw-r--r--Source/Core/Common/Profiler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/Profiler.cpp b/Source/Core/Common/Profiler.cpp
index 0c7807a532..fdc356a164 100644
--- a/Source/Core/Common/Profiler.cpp
+++ b/Source/Core/Common/Profiler.cpp
@@ -2,6 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
+#include <algorithm>
#include <cmath>
#include <cstdio>
#include <cstring>