Skip to content

Commit

Permalink
fix: include limits.h for usage in linux readlink
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdovzhanyn committed Oct 2, 2024
1 parent f2e7695 commit e033757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/compiler/Compiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#include "../lexer/Lexer.cpp"
#include "../parser/Parser.cpp"
#include "compiler/TypeChecker.hpp"
#include <limits.h>
#include <unistd.h>

#ifdef __APPLE__
#include <mach-o/dyld.h>
Expand Down

0 comments on commit e033757

Please sign in to comment.