diff options
Diffstat (limited to 'src/common/random.c')
-rw-r--r-- | src/common/random.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/random.c b/src/common/random.c index 7019a31f3..88d5748cf 100644 --- a/src/common/random.c +++ b/src/common/random.c @@ -9,6 +9,7 @@ #include <mt19937ar.h> // init_genrand, genrand_int32, genrand_res53 +#include "../common/cbasetypes.h" // for WIN32 #include "../common/showmsg.h" #include "../common/timer.h" // gettick |