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/fileio.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fileio.cpp') diff --git a/src/fileio.cpp b/src/fileio.cpp index b7a679e1f..3190013ca 100644 --- a/src/fileio.cpp +++ b/src/fileio.cpp @@ -10,6 +10,7 @@ #include "variables.h" #include "debug.h" #include "fios.h" +#include "core/alloc_func.hpp" #ifdef WIN32 #include #else -- cgit v1.2.3-54-g00ecf