From 998d7644f6a1b58de0b06d539c0436808b1f1e95 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 9 Jan 2008 21:05:03 +0000 Subject: (svn r11800) -Codechange: move some functions to a more logical location + some type safety. --- src/gfxinit.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gfxinit.cpp') diff --git a/src/gfxinit.cpp b/src/gfxinit.cpp index 781de27e7..01f82d34a 100644 --- a/src/gfxinit.cpp +++ b/src/gfxinit.cpp @@ -16,6 +16,7 @@ #include "fontcache.h" #include "gfx_func.h" #include "core/alloc_func.hpp" +#include "core/bitmath_func.hpp" #include struct MD5File { -- cgit v1.2.3-54-g00ecf