From 644deff9d2939f49d7a4d22c1168ba3f46e98dfa Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 19 Jul 2010 17:24:33 +0000 Subject: (svn r20191) -Codechange: unVARDEF _tick_counter and move it to a more logical location --- src/newgrf_industrytiles.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/newgrf_industrytiles.cpp') diff --git a/src/newgrf_industrytiles.cpp b/src/newgrf_industrytiles.cpp index 4ab1d4e91..479f51ede 100644 --- a/src/newgrf_industrytiles.cpp +++ b/src/newgrf_industrytiles.cpp @@ -27,6 +27,7 @@ #include "animated_tile_func.h" #include "water.h" #include "sprite.h" +#include "date_func.h" #include "table/strings.h" -- cgit v1.2.3-54-g00ecf