From 34c562e88e4c7b779bc3374019c0124f68d9125f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 13 Sep 2024 14:23:24 -0400 Subject: Move cord helper functions into their own file --- typecheck.c | 1 + 1 file changed, 1 insertion(+) (limited to 'typecheck.c') diff --git a/typecheck.c b/typecheck.c index 743165ce..65597a8a 100644 --- a/typecheck.c +++ b/typecheck.c @@ -10,6 +10,7 @@ #include "ast.h" #include "builtins/text.h" #include "builtins/util.h" +#include "cordhelpers.h" #include "environment.h" #include "parse.h" #include "typecheck.h" -- cgit v1.2.3