summaryrefslogtreecommitdiff
path: root/src/toolbar_gui.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/toolbar_gui.cpp
parent0267acff62c41932c52e7468c295881cc0e9343f (diff)
downloadopenttd-b9f06f3f2998c6ae5474ef9de725fb34bf5511ec.tar.xz
(svn r19062) -Codechange: Move smallmap related functions to their own header.
Diffstat (limited to 'src/toolbar_gui.cpp')
-rw-r--r--src/toolbar_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/toolbar_gui.cpp b/src/toolbar_gui.cpp
index 33deeca78..6979df681 100644
--- a/src/toolbar_gui.cpp
+++ b/src/toolbar_gui.cpp
@@ -41,6 +41,7 @@
#include "rail.h"
#include "widgets/dropdown_type.h"
#include "company_base.h"
+#include "smallmap_gui.h"
#include "network/network.h"
#include "network/network_gui.h"