aboutsummaryrefslogtreecommitdiff
path: root/typecheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'typecheck.c')
-rw-r--r--typecheck.c1
1 files changed, 1 insertions, 0 deletions
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"