From a773d45885eac803e794c622a4dfae3f03cc5cb1 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 23 Dec 2007 10:56:02 +0000 Subject: (svn r11684) -Codechange: split gfx.h in a type and functional header. --- src/station.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/station.cpp') diff --git a/src/station.cpp b/src/station.cpp index f9c56b7dd..e713ceee8 100644 --- a/src/station.cpp +++ b/src/station.cpp @@ -32,6 +32,7 @@ #include "cargotype.h" #include "roadveh.h" #include "station_gui.h" +#include "zoom_func.h" Station::Station(TileIndex tile) { -- cgit v1.2.3-54-g00ecf