summaryrefslogtreecommitdiff
path: root/src/newgrf_debug_gui.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2012-11-10 20:41:45 +0000
committeralberth <alberth@openttd.org>2012-11-10 20:41:45 +0000
commit82e6001451f0dcfd5f85427a1f3a843656292f1e (patch)
tree1dc33da7c37b360fb225cd9086463c24bd538b55 /src/newgrf_debug_gui.cpp
parentc417efc962a2d452bf52842b615bf3e09ecef7d6 (diff)
downloadopenttd-82e6001451f0dcfd5f85427a1f3a843656292f1e.tar.xz
(svn r24685) -Codechange: Add resolver classes for rail types.
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 dbc9247f5..32a93a5f2 100644
--- a/src/newgrf_debug_gui.cpp
+++ b/src/newgrf_debug_gui.cpp
@@ -32,6 +32,7 @@
#include "newgrf_spritegroup.h"
#include "newgrf_station.h"
#include "newgrf_town.h"
+#include "newgrf_railtype.h"
#include "widgets/newgrf_debug_widget.h"