summaryrefslogtreecommitdiff
path: root/src/cmd_helper.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2011-05-21 08:40:50 +0000
committersmatz <smatz@openttd.org>2011-05-21 08:40:50 +0000
commit2447efdefd6a52c7be8bbe3c5493dd36b0697804 (patch)
tree78a8532aa4568e54a452e1d8786d78ba25f7dbd2 /src/cmd_helper.h
parent9b54356d3c0db259af47ebec1d841be7724caca8 (diff)
downloadopenttd-2447efdefd6a52c7be8bbe3c5493dd36b0697804.tar.xz
(svn r22481) -Fix: compilation with recent GCC
Diffstat (limited to 'src/cmd_helper.h')
-rw-r--r--src/cmd_helper.h1
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.