summaryrefslogtreecommitdiff
path: root/src/common/math_util.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/common/math_util.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/math_util.cpp b/src/common/math_util.cpp
index a83592dd2..bcb70cae5 100644
--- a/src/common/math_util.cpp
+++ b/src/common/math_util.cpp
@@ -2,12 +2,12 @@
2// Licensed under GPLv2 or any later version 2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#include <cstring>
6#include <numeric> // Necessary on OS X, but not Linux
5 7
6#include "common/common.h" 8#include "common/common_types.h"
7#include "common/math_util.h" 9#include "common/math_util.h"
8 10
9#include <numeric> // Necessary on OS X, but not Linux
10
11namespace MathUtil 11namespace MathUtil
12{ 12{
13 13