summaryrefslogtreecommitdiff
path: root/src/newgrf_debug_gui.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2012-11-10 20:44:10 +0000
committeralberth <alberth@openttd.org>2012-11-10 20:44:10 +0000
commitf7352871fab18f1517df2c1e08abe13d3caacb96 (patch)
treeaf8636b2b93e614cbd130d11292cdb87d0a659de /src/newgrf_debug_gui.cpp
parent348ef7f12c4ed2cfa7dd6bcbbf34a920e79dafc1 (diff)
downloadopenttd-f7352871fab18f1517df2c1e08abe13d3caacb96.tar.xz
(svn r24689) -Codechange: Add resolver classes for industries.
Diffstat (limited to 'src/newgrf_debug_gui.cpp')
-rw-r--r--src/newgrf_debug_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_debug_gui.cpp b/src/newgrf_debug_gui.cpp
index 32a93a5f2..a54f8ecc9 100644
--- a/src/newgrf_debug_gui.cpp
+++ b/src/newgrf_debug_gui.cpp
@@ -33,6 +33,7 @@
#include "newgrf_station.h"
#include "newgrf_town.h"
#include "newgrf_railtype.h"
+#include "newgrf_industries.h"
#include "widgets/newgrf_debug_widget.h"