summaryrefslogtreecommitdiff
path: root/src/misc
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-05-08 16:48:29 +0000
committersmatz <smatz@openttd.org>2008-05-08 16:48:29 +0000
commitb4968c6bea212fcc655147a91063973a103abdf7 (patch)
tree4102a7e524984bc47f14e70bc388938ea0c957c7 /src/misc
parent11d36d5e46ca4c03cc8e3a94fc248fdfabd90e3a (diff)
downloadopenttd-b4968c6bea212fcc655147a91063973a103abdf7.tar.xz
(svn r13016) -Codechange: unify the detection if rail catenary should be drawn
Diffstat (limited to 'src/misc')
-rw-r--r--src/misc/dbg_helpers.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc/dbg_helpers.cpp b/src/misc/dbg_helpers.cpp
index c019ce5de..6db02e8ef 100644
--- a/src/misc/dbg_helpers.cpp
+++ b/src/misc/dbg_helpers.cpp
@@ -5,6 +5,7 @@
#include "../stdafx.h"
#include "../openttd.h"
#include "../direction_type.h"
+#include "../strings_type.h"
#include "../rail.h"
#include "../rail_map.h"
#include "dbg_helpers.h"