From 6f15d34fe53d317bb50688641cbf4ec48c6c82df Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 31 Mar 2008 06:42:26 +0000 Subject: (svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff). --- src/newgrf_text.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/newgrf_text.cpp') diff --git a/src/newgrf_text.cpp b/src/newgrf_text.cpp index 9417c7d68..4037290a7 100644 --- a/src/newgrf_text.cpp +++ b/src/newgrf_text.cpp @@ -19,6 +19,7 @@ #include "core/alloc_func.hpp" #include "newgrf_storage.h" #include "string_func.h" +#include "date_type.h" #include "table/strings.h" #include "table/control_codes.h" -- cgit v1.2.3-54-g00ecf