Skip to content

Commit

Permalink
preprocessor: Added missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Jul 1, 2024
1 parent b483c7d commit 284f471
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/source/pl/core/preprocessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#include <pl/core/tokens.hpp>
#include <pl/core/parser.hpp>

#include <iterator>

namespace pl::core {

Preprocessor::Preprocessor() : ErrorCollector() {
Expand Down

0 comments on commit 284f471

Please sign in to comment.