Skip to content

Commit

Permalink
Include for cint (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajreynol authored Sep 14, 2023
1 parent bbc1798 commit 5a127db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lexer.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <string>

#include "token.h"
#include <cstdint>

struct Location {
uint32_t line;
Expand Down

0 comments on commit 5a127db

Please sign in to comment.