diff options
author | rubidium <rubidium@openttd.org> | 2012-01-03 21:58:26 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2012-01-03 21:58:26 +0000 |
commit | d906c6865ab2a8b0d4dddc47318b90708077a1b5 (patch) | |
tree | 8b584f6ca5fc25a938655e5cb72d4a3d0a3c7a93 | |
parent | d8d2f7455986fa17615f5ab722e6a5e0d43c9563 (diff) | |
download | openttd-d906c6865ab2a8b0d4dddc47318b90708077a1b5.tar.xz |
(svn r23742) -Revert (r23735): for some reason gcc-trunk is more picky than basically everything else :(
-rw-r--r-- | src/cmd_helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
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. |