Skip to content

Commit

Permalink
fix(name resolution): adding missing include in StaticScope.hpp
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Plateau <[email protected]>
  • Loading branch information
SuperFola authored Dec 3, 2024
1 parent 2de44d4 commit e2c4331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/Ark/Compiler/NameResolution/StaticScope.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <string>
#include <optional>
#include <memory>
#include <vector>
#include <unordered_set>

namespace Ark::internal
Expand Down

0 comments on commit e2c4331

Please sign in to comment.