From e920d306fb51c16fd473033b64aa5ba5c3e07409 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 15:56:38 -0400 Subject: Split into more files: promotion, sets, tables, pointers, functions. --- src/compile/structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compile/structs.h') diff --git a/src/compile/structs.h b/src/compile/structs.h index 8185b561..42c95003 100644 --- a/src/compile/structs.h +++ b/src/compile/structs.h @@ -4,6 +4,7 @@ #include "../ast.h" #include "../environment.h" +#include "../types.h" Text_t compile_empty_struct(type_t *t); Text_t compile_struct_typeinfo(env_t *env, type_t *t, const char *name, arg_ast_t *fields, bool is_secret, -- cgit v1.2.3