diff options
| author | kartofen <kartofen.mail.0@protonmail.com> | 2025-07-09 22:49:24 +0300 |
|---|---|---|
| committer | kartofen <kartofen.mail.0@protonmail.com> | 2025-07-09 22:49:24 +0300 |
| commit | b7642dc9269b3b3525c08b170e01e0711577accf (patch) | |
| tree | d8b32a0749e79ddc79ce998a382ee7dc06f0a175 /util/dict.h | |
| parent | 2955d9bcb8ae535e7f44a54363a6f30a6d16e271 (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; |
