From 2447efdefd6a52c7be8bbe3c5493dd36b0697804 Mon Sep 17 00:00:00 2001 From: smatz Date: Sat, 21 May 2011 08:40:50 +0000 Subject: (svn r22481) -Fix: compilation with recent GCC --- src/cmd_helper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd_helper.h') diff --git a/src/cmd_helper.h b/src/cmd_helper.h index 9396dd414..569708dfc 100644 --- a/src/cmd_helper.h +++ b/src/cmd_helper.h @@ -13,6 +13,7 @@ #define CMD_HELPER_H #include "core/enum_type.hpp" +#include "core/bitmath_func.hpp" /** * Extracts a given type from a value. -- cgit v1.2.3-54-g00ecf