src/core/random_func.cpp
changeset 8113 31b7784db761
parent 8079 8ed263cb705a
child 8142 837f47089a7c
--- a/src/core/random_func.cpp	Fri Dec 21 08:34:53 2007 +0000
+++ b/src/core/random_func.cpp	Fri Dec 21 19:21:21 2007 +0000
@@ -3,9 +3,9 @@
 /** @file random_func.cpp */
 
 #include "../stdafx.h"
-#include "../macros.h"
 #include "../variables.h"
 #include "random_func.hpp"
+#include "bitmath_func.hpp"
 
 uint32 InteractiveRandom()
 {