From 476bacc27671de92e8fdbc5b2a904bbf8bc80377 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 17:07:41 -0400 Subject: More splitting out into separate files. --- src/compile/promotion.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/compile/promotion.c') diff --git a/src/compile/promotion.c b/src/compile/promotion.c index fbac5888..30c8f69b 100644 --- a/src/compile/promotion.c +++ b/src/compile/promotion.c @@ -6,12 +6,15 @@ #include "../stdlib/text.h" #include "../typecheck.h" #include "../types.h" +#include "assignments.h" +#include "functions.h" #include "integers.h" #include "lists.h" #include "optionals.h" #include "pointers.h" #include "sets.h" #include "tables.h" +#include "types.h" static Text_t quoted_str(const char *str) { return Text$quoted(Text$from_str(str), false, Text("\"")); } -- cgit v1.2.3