Skip to content

Commit 5513a10

Browse files
authored
...
1 parent b24f372 commit 5513a10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "compiler.h"
55
#include "vm.h"
66
#include "gc.h"
7+
#include "chunk.h"
78

89
static void repl(VM* vm) {
910
char line[1024];

0 commit comments

Comments
 (0)