From bf98e25e43c3f6efe207c3dde1732d44c34ac285 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/video/dedicated_v.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/video') diff --git a/src/video/dedicated_v.cpp b/src/video/dedicated_v.cpp index 70732bb73..5bc52032f 100644 --- a/src/video/dedicated_v.cpp +++ b/src/video/dedicated_v.cpp @@ -14,6 +14,7 @@ #include "../genworld.h" #include "../fileio.h" #include "../blitter/factory.hpp" +#include "../core/alloc_func.hpp" #include "dedicated_v.h" #ifdef BEOS_NET_SERVER -- cgit v1.2.3-54-g00ecf