diff options
Diffstat (limited to 'include/my_bit.h')
-rw-r--r-- | include/my_bit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/my_bit.h b/include/my_bit.h index b396b84b0d8..7e733d9d581 100644 --- a/include/my_bit.h +++ b/include/my_bit.h @@ -1,6 +1,8 @@ #ifndef MY_BIT_INCLUDED #define MY_BIT_INCLUDED +#include <my_global.h> + /* Some useful bit functions */ |