summaryrefslogtreecommitdiff
path: root/src/newgrf_debug_gui.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2012-11-10 20:44:38 +0000
committeralberth <alberth@openttd.org>2012-11-10 20:44:38 +0000
commite087503fd6cf8a461fac7a11bbd9a96f7b4180e7 (patch)
tree6a7f33f3946faaa6419b068d939a2f0a8a0fb146 /src/newgrf_debug_gui.cpp
parentf7352871fab18f1517df2c1e08abe13d3caacb96 (diff)
downloadopenttd-e087503fd6cf8a461fac7a11bbd9a96f7b4180e7.tar.xz
(svn r24690) -Codechange: Add resolver classes for industry tiles.
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 a54f8ecc9..294ffafd4 100644
--- a/src/newgrf_debug_gui.cpp
+++ b/src/newgrf_debug_gui.cpp
@@ -34,6 +34,7 @@
#include "newgrf_town.h"
#include "newgrf_railtype.h"
#include "newgrf_industries.h"
+#include "newgrf_industrytiles.h"
#include "widgets/newgrf_debug_widget.h"