Skip to content

Commit

Permalink
Fix incomplete type used in nested name specifier
Browse files Browse the repository at this point in the history
‘std::numeric_limits<short unsigned int>’
  • Loading branch information
P0ulpy committed Oct 7, 2024
1 parent da62ee5 commit 317b8ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Compilation/Parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include <iostream>
#include <cassert>
#include <limits>

Parser::Parser(std::vector<Token>& tokens)
: m_tokens(tokens)
Expand Down

0 comments on commit 317b8ab

Please sign in to comment.