From 47c11e4c1067bde74d805a9830f5a12b48898410 Mon Sep 17 00:00:00 2001 From: Max Wash Date: Thu, 28 Nov 2024 22:04:22 +0000 Subject: [PATCH] lang: ast: add missing #include --- lang/ast/class.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ast/class.c b/lang/ast/class.c index 2e01b46..6a306f0 100644 --- a/lang/ast/class.c +++ b/lang/ast/class.c @@ -1,5 +1,6 @@ #include "ctx.h" #include "node.h" +#include "iterate.h" #include #include