summaryrefslogtreecommitdiff
path: root/src/industry_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-12-10 13:54:10 +0000
committerrubidium <rubidium@openttd.org>2011-12-10 13:54:10 +0000
commit58423b26d1d9daa996e151fb3dc3e30dad49b722 (patch)
tree5367a286f073cbaec260306fc36ef6365149d5c7 /src/industry_gui.cpp
parent8315b00b32aa838769e016d46d84048e152941d2 (diff)
downloadopenttd-58423b26d1d9daa996e151fb3dc3e30dad49b722.tar.xz
(svn r23474) -Codechange: move the declaration error related functions to error.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 9c2e825f6..7a5a58863 100644
--- a/src/industry_gui.cpp
+++ b/src/industry_gui.cpp
@@ -10,6 +10,7 @@
/** @file industry_gui.cpp GUIs related to industries. */
#include "stdafx.h"
+#include "error.h"
#include "gui.h"
#include "sound_func.h"
#include "window_func.h"