Skip to content

Commit

Permalink
fix: fix Logger.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN committed Feb 5, 2024
1 parent 23b2c10 commit bc2c959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ll/api/Logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include "fmt/ranges.h" // IWYU pragma: keep
#include "fmt/std.h" // IWYU pragma: keep

#include "ll/api/base/Concepts.h" // IWYU pragma: keep
#include "ll/api/base/Macro.h"

namespace ll {
Expand Down

0 comments on commit bc2c959

Please sign in to comment.