From 1117c9cd9520fcd99aeaa00052f36b3f9cc5d881 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 3 Jan 2012 21:58:26 +0000 Subject: [PATCH] (svn r23742) -Revert (r23735): for some reason gcc-trunk is more picky than basically everything else :( --- src/cmd_helper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cmd_helper.h b/src/cmd_helper.h index 9396dd414c..569708dfc5 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.