summaryrefslogtreecommitdiff
path: root/src/genworld_gui.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2016-09-04 12:45:40 +0000
committeralberth <alberth@openttd.org>2016-09-04 12:45:40 +0000
commit9135f7130ec5d542ec5187d10eb41920ade4d0c2 (patch)
tree4d3162b3bb4e470757f20a1d1e2470243356a21c /src/genworld_gui.cpp
parentd6812947f3b793302dc1ad42a07767ab831e66e3 (diff)
downloadopenttd-9135f7130ec5d542ec5187d10eb41920ade4d0c2.tar.xz
(svn r27635) -Codechange: Move FileType and FileToSaveLoad structure definitions.
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 741fd75d1..61e114311 100644
--- a/src/genworld_gui.cpp
+++ b/src/genworld_gui.cpp
@@ -26,6 +26,7 @@
#include "town.h"
#include "core/geometry_func.hpp"
#include "core/random_func.hpp"
+#include "saveload/saveload.h"
#include "progress.h"
#include "error.h"