diff options
author | rubidium <rubidium@openttd.org> | 2008-04-18 10:16:51 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-04-18 10:16:51 +0000 |
commit | d46d8d9c9d75dda0b3688d8f74313acd4e2a84a9 (patch) | |
tree | dfc71064bea779abeeec229e5820046f40499776 /src/rail_gui.cpp | |
parent | 7d234fa0695f329f2bb6784291aa17bd2813ec89 (diff) | |
download | openttd-d46d8d9c9d75dda0b3688d8f74313acd4e2a84a9.tar.xz |
(svn r12765) -Codechange: move some stuff out of variables.h that required including other headers in variables.h.
Diffstat (limited to 'src/rail_gui.cpp')
-rw-r--r-- | src/rail_gui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rail_gui.cpp b/src/rail_gui.cpp index fdfdf3364..bfcad9ba7 100644 --- a/src/rail_gui.cpp +++ b/src/rail_gui.cpp @@ -29,6 +29,7 @@ #include "settings_type.h" #include "widgets/dropdown_type.h" #include "widgets/dropdown_func.h" +#include "tunnelbridge.h" #include "bridge_map.h" #include "rail_map.h" |