summaryrefslogtreecommitdiff
path: root/src/dock_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2013-06-15 15:05:54 +0000
committerfrosch <frosch@openttd.org>2013-06-15 15:05:54 +0000
commitbb308c5e30d373272811c0031b13eea46d79dba0 (patch)
treef7f11ee2f8c33669c74866142c9e7195d76161a3 /src/dock_gui.cpp
parente4e86620ddd6a94df6334fdac508e462538fb2b3 (diff)
downloadopenttd-bb308c5e30d373272811c0031b13eea46d79dba0.tar.xz
(svn r25401) -Fix-ish: Add missing includes with prototypes to functions declared in the cpp file.
Diffstat (limited to 'src/dock_gui.cpp')
-rw-r--r--src/dock_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dock_gui.cpp b/src/dock_gui.cpp
index 5995bd27a..31a259b8f 100644
--- a/src/dock_gui.cpp
+++ b/src/dock_gui.cpp
@@ -25,6 +25,7 @@
#include "tilehighlight_func.h"
#include "company_base.h"
#include "hotkeys.h"
+#include "gui.h"
#include "widgets/dock_widget.h"