summaryrefslogtreecommitdiff
path: root/src/genworld_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-29 00:26:31 +0000
committerrubidium <rubidium@openttd.org>2008-01-29 00:26:31 +0000
commit3f104194d6a99cd8d261b12d015cb2991f7e94ce (patch)
treeaeebf92b3204ae9c923545d7e06e0c2c6deab0ba /src/genworld_gui.cpp
parentaf2429f8e07ffe735ff67152ed2129ddf7329e4a (diff)
downloadopenttd-3f104194d6a99cd8d261b12d015cb2991f7e94ce.tar.xz
(svn r12003) -Codechange: don't declare InteractiveRandom[Range] in multiple places.
Diffstat (limited to 'src/genworld_gui.cpp')
-rw-r--r--src/genworld_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/genworld_gui.cpp b/src/genworld_gui.cpp
index a6b5498fe..ba613bd59 100644
--- a/src/genworld_gui.cpp
+++ b/src/genworld_gui.cpp
@@ -27,6 +27,7 @@
#include "settings_type.h"
#include "widgets/dropdown_type.h"
#include "widgets/dropdown_func.h"
+#include "core/random_func.hpp"
#include "table/strings.h"
#include "table/sprites.h"