Skip to content

Commit c4b56af

Browse files
committed
forgot to include cstring for strcopy
1 parent 712d114 commit c4b56af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/Compiler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include "../parser/Parser.cpp"
44
#include "compiler/TypeChecker.hpp"
55
#include <limits.h>
6+
#include <cstring>
67
#include <unistd.h>
78

89
#ifdef __APPLE__

0 commit comments

Comments
 (0)