From d46d8d9c9d75dda0b3688d8f74313acd4e2a84a9 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 18 Apr 2008 10:16:51 +0000 Subject: (svn r12765) -Codechange: move some stuff out of variables.h that required including other headers in variables.h. --- src/road_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/road_gui.cpp') diff --git a/src/road_gui.cpp b/src/road_gui.cpp index c483b3fa6..2f184d7a9 100644 --- a/src/road_gui.cpp +++ b/src/road_gui.cpp @@ -22,6 +22,7 @@ #include "sound_func.h" #include "player_func.h" #include "settings_type.h" +#include "tunnelbridge.h" #include "table/sprites.h" #include "table/strings.h" -- cgit v1.2.3-54-g00ecf