Skip to content

Commit

Permalink
Added missing includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Peschke committed Jul 3, 2024
1 parent 9012413 commit 2102a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/Injection.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include "fmt/color.h"
#include "fmt/core.h"
#include "fmt/ranges.h"

#include "clang/AST/DeclCXX.h"
#include "clang/AST/Type.h"
Expand Down
1 change: 1 addition & 0 deletions src/Actions/ASTBuilderAction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <filesystem>

#include "fmt/std.h"
#include "spdlog/spdlog.h"

#include "clang/Basic/FileManager.h"
Expand Down

0 comments on commit 2102a5b

Please sign in to comment.