From 8ebdfb258fcf9406ce1b7f333695987cb37e291c Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 21 Dec 2007 19:21:21 +0000 Subject: (svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations. --- src/blitter/32bpp_base.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/blitter/32bpp_base.hpp') diff --git a/src/blitter/32bpp_base.hpp b/src/blitter/32bpp_base.hpp index 51afea336..828136201 100644 --- a/src/blitter/32bpp_base.hpp +++ b/src/blitter/32bpp_base.hpp @@ -6,6 +6,7 @@ #define BLITTER_32BPP_BASE_HPP #include "base.hpp" +#include "../core/bitmath_func.hpp" class Blitter_32bppBase : public Blitter { public: -- cgit v1.2.3-54-g00ecf