summaryrefslogtreecommitdiff
path: root/Source/Core/Common/MathUtil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/MathUtil.cpp')
-rw-r--r--Source/Core/Common/MathUtil.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Common/MathUtil.cpp b/Source/Core/Common/MathUtil.cpp
index 5b3f870d9f..de56fb680d 100644
--- a/Source/Core/Common/MathUtil.cpp
+++ b/Source/Core/Common/MathUtil.cpp
@@ -3,8 +3,10 @@
// Refer to the license.txt file included.
#include <cmath>
+#include <cstring>
#include <numeric>
+#include "Common/CommonTypes.h"
#include "Common/MathUtil.h"
namespace MathUtil