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/text.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compile/text.c') diff --git a/src/compile/text.c b/src/compile/text.c index 049f8f94..9a95fd4d 100644 --- a/src/compile/text.c +++ b/src/compile/text.c @@ -10,6 +10,7 @@ #include "../typecheck.h" #include "../types.h" #include "functions.h" +#include "types.h" public Text_t expr_as_text(Text_t expr, type_t *t, Text_t color) { -- cgit v1.2.3