Skip to content

Commit 73e21b4

Browse files
committed
Tried to avoid bazel build error.
Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
1 parent aebfa87 commit 73e21b4

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/bundled/format.h"
26+
#include "spdlog/fmt/fmt.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)