Skip to content

Commit

Permalink
Fix wrong fmt header being included
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgen301 committed Jun 13, 2024
1 parent 3ea7020 commit fcb398f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/C4Log.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#include <span>

#include <fmt/format.h>
#include <fmt/printf.h>
#include <spdlog/spdlog.h>
#include <spdlog/sinks/base_sink.h>

Expand Down
2 changes: 1 addition & 1 deletion src/C4ResStrTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <string_view>
#include <unordered_map>

#include <fmt/format.h>
#include <fmt/printf.h>

const char *LoadResStr(C4ResStrTableKey id);
std::string LoadResStrNoAmp(C4ResStrTableKey id);
Expand Down

0 comments on commit fcb398f

Please sign in to comment.