From 2cf7d5b2cb661ab905bbd8e37f2c10be1d00908f Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 19 Dec 2007 20:45:46 +0000 Subject: (svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found. --- src/openttd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/openttd.cpp') diff --git a/src/openttd.cpp b/src/openttd.cpp index 2f5250999..0d88448c9 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -31,6 +31,7 @@ #include "tunnel_map.h" #include "vehicle.h" #include "viewport.h" +#include "window_func.h" #include "window_gui.h" #include "player.h" #include "command.h" -- cgit v1.2.3-54-g00ecf