Skip to content

Commit 923e279

Browse files
committed
Added include "spdlog/fmt/bundled/format.h" again to avoid Clang-tidy error
Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
1 parent 73e21b4 commit 923e279

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utl/src/Logger.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "spdlog/pattern_formatter.h"
2424
#endif
2525
#include "spdlog/common.h"
26-
#include "spdlog/fmt/fmt.h"
26+
#include "spdlog/fmt/bundled/format.h"
2727
#include "spdlog/sinks/basic_file_sink.h"
2828
#include "spdlog/sinks/ostream_sink.h"
2929
#include "spdlog/sinks/stdout_color_sinks.h"

0 commit comments

Comments
 (0)