diff --git a/check.jai b/check.jai index 4cc5b15..d243d64 100644 --- a/check.jai +++ b/check.jai @@ -2630,3 +2630,4 @@ pretty_print_symbol_table :: (ctx : *Compiler_Context, allocator : Allocator) -> #import "Hash_Table"; #import "String"; #import "Random"; +#import "Static_Array"; diff --git a/module.jai b/module.jai index 7c3fdb1..45bf1c9 100644 --- a/module.jai +++ b/module.jai @@ -5,6 +5,7 @@ #load "codegen.jai"; #import "File_Utilities"; +#import "Static_Array"; /* TODO - [x] Remove builtin stringbuilding and replace it with ad-hoc string building when error reporting. In that case we are already building a string anyway, so we can just pass in the string builder