summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2010-02-08 21:19:41 +0000
committerterkhen <terkhen@openttd.org>2010-02-08 21:19:41 +0000
commitb9f06f3f2998c6ae5474ef9de725fb34bf5511ec (patch)
tree3627bbeab042ca1244a7e1174047abb9dbd0877f /src/newgrf.cpp
parent0267acff62c41932c52e7468c295881cc0e9343f (diff)
downloadopenttd-b9f06f3f2998c6ae5474ef9de725fb34bf5511ec.tar.xz
(svn r19062) -Codechange: Move smallmap related functions to their own header.
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index d6db4c6f3..d0ae2d77d 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -45,6 +45,7 @@
#include <map>
#include "core/alloc_type.hpp"
#include "core/mem_func.hpp"
+#include "smallmap_gui.h"
#include "table/strings.h"
#include "table/build_industry.h"