From d69d2e7a7e09c4f08cd416241e2f2d9dc7d7d05f Mon Sep 17 00:00:00 2001 From: kartofen Date: Wed, 9 Jul 2025 22:49:24 +0300 Subject: untested precednece lol --- util/dict.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util/dict.h') 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 +#include + struct level { uint64_t bit_mask; uint64_t *token_masks; -- cgit v1.2.3