diff options
Diffstat (limited to 'util/dict.h')
-rw-r--r-- | util/dict.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/dict.h b/util/dict.h index ecaf53a..109c07a 100644 --- a/util/dict.h +++ b/util/dict.h @@ -1,6 +1,9 @@ #ifndef DICT_H #define DICT_H +#include <stddef.h> +#include <stdint.h> + struct level { uint64_t bit_mask; uint64_t *token_masks; |