aboutsummaryrefslogtreecommitdiff
path: root/src/typecheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/typecheck.c')
-rw-r--r--src/typecheck.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/typecheck.c b/src/typecheck.c
index d151c511..ba30931e 100644
--- a/src/typecheck.c
+++ b/src/typecheck.c
@@ -11,6 +11,7 @@
#include "ast.h"
#include "environment.h"
#include "modules.h"
+#include "naming.h"
#include "parse.h"
#include "stdlib/paths.h"
#include "stdlib/tables.h"