summaryrefslogtreecommitdiff
path: root/src/core/random_func.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/random_func.cpp')
-rw-r--r--src/core/random_func.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/random_func.cpp b/src/core/random_func.cpp
index 8cf21b54f..5c1d07940 100644
--- a/src/core/random_func.cpp
+++ b/src/core/random_func.cpp
@@ -13,6 +13,8 @@
#include "random_func.hpp"
#include "bitmath_func.hpp"
+#include "../safeguards.h"
+
Randomizer _random, _interactive_random;
/**