summaryrefslogtreecommitdiff
path: root/src/core/math_func.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/math_func.cpp')
-rw-r--r--src/core/math_func.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/math_func.cpp b/src/core/math_func.cpp
index 8c136c0bb..d92770208 100644
--- a/src/core/math_func.cpp
+++ b/src/core/math_func.cpp
@@ -12,6 +12,8 @@
#include "../stdafx.h"
#include "math_func.hpp"
+#include "../safeguards.h"
+
/**
* Compute least common multiple (lcm) of arguments \a a and \a b, the smallest
* integer value that is a multiple of both \a a and \a b.