summaryrefslogtreecommitdiff
path: root/src/industry_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-06-01 10:44:45 +0000
committerfrosch <frosch@openttd.org>2012-06-01 10:44:45 +0000
commit198de5397ed4a217273bda29dae8ddf60ba48f1d (patch)
treeb413b984a9c90cf4d6cd247a7781362fb660b598 /src/industry_gui.cpp
parent88fff21b932eca52599d66239cc05dc97f5a998e (diff)
downloadopenttd-198de5397ed4a217273bda29dae8ddf60ba48f1d.tar.xz
(svn r24309) -Codechange: Split some functions from gui.h to settings_gui.h
Diffstat (limited to 'src/industry_gui.cpp')
-rw-r--r--src/industry_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp
index ddf4f3c4a..8b182dbd9 100644
--- a/src/industry_gui.cpp
+++ b/src/industry_gui.cpp
@@ -12,6 +12,7 @@
#include "stdafx.h"
#include "error.h"
#include "gui.h"
+#include "settings_gui.h"
#include "sound_func.h"
#include "window_func.h"
#include "textbuf_gui.h"