From fde33b554790379af624e3c4c548535ca4097546 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 29 Jan 2008 00:26:31 +0000 Subject: (svn r12003) -Codechange: don't declare InteractiveRandom[Range] in multiple places. --- src/genworld_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/genworld_gui.cpp') 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" -- cgit v1.2.3-54-g00ecf