From 00c9d3ef20c83df43118a9ace5b8dd8eca26a126 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 25 Dec 2007 09:48:53 +0000 Subject: (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed. --- src/newgrf_townname.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/newgrf_townname.cpp') diff --git a/src/newgrf_townname.cpp b/src/newgrf_townname.cpp index 1d46e1983..90855aa27 100644 --- a/src/newgrf_townname.cpp +++ b/src/newgrf_townname.cpp @@ -11,6 +11,7 @@ #include "table/strings.h" #include "newgrf_townname.h" #include "string.h" +#include "core/alloc_func.hpp" static GRFTownName *_grf_townnames = NULL; -- cgit v1.2.3-54-g00ecf