Skip to content

Commit 76f6fc2

Browse files
authored
Include object.h in parser.c
1 parent 5ebbe81 commit 76f6fc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parser/parser.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "parser.h"
22
#include "memory.h"
3+
#include "../include/object.h"
34
#include <stdarg.h>
45
#include <stdio.h>
56
#include <stdlib.h>

0 commit comments

Comments
 (0)