diff options
author | kartofen <mladenovnasko0@gmail.com> | 2025-07-09 22:49:24 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2025-07-09 22:49:24 +0300 |
commit | d69d2e7a7e09c4f08cd416241e2f2d9dc7d7d05f (patch) | |
tree | d8b32a0749e79ddc79ce998a382ee7dc06f0a175 /util/dict.h | |
parent | 2c85f2d087b9b2f3922b856beed4e2dd5b0fc126 (diff) |
untested precednece lol
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; |