From a4b8ef38b1d7a26b4e6bfa966f021a237bf16ce1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 23 Aug 2025 18:20:43 -0400 Subject: Lots of cleanups --- src/structs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/structs.c') diff --git a/src/structs.c b/src/structs.c index 2d71fbac..0bcb8a08 100644 --- a/src/structs.c +++ b/src/structs.c @@ -6,6 +6,7 @@ #include "environment.h" #include "naming.h" #include "stdlib/text.h" +#include "stdlib/tables.h" #include "typecheck.h" Text_t compile_struct_typeinfo(env_t *env, type_t *t, const char *name, arg_ast_t *fields, bool is_secret, bool is_opaque) -- cgit v1.2.3