diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-02-08 04:53:49 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-02-08 04:53:49 +0330 |
commit | 3adb71cebdec10823af28074a631bf929401e7c4 (patch) | |
tree | 0fff0dcf9954462849f545c3192201868422adcb /src/compiler/ast-tree.c | |
parent | 1e7c135d12474333871ae263afde42e6bcb7dd6b (diff) |
format
Diffstat (limited to 'src/compiler/ast-tree.c')
-rw-r--r-- | src/compiler/ast-tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/ast-tree.c b/src/compiler/ast-tree.c index 52447e3..5d8056e 100644 --- a/src/compiler/ast-tree.c +++ b/src/compiler/ast-tree.c @@ -1,4 +1,5 @@ #include "ast-tree.h" + #include "compiler/parser.h" #include "utils/log.h" #include "utils/memory.h" |