We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c167ea commit 02c24e1Copy full SHA for 02c24e1
1 file changed
src/utl/src/Logger.cpp
@@ -4,6 +4,7 @@
4
#include "utl/Logger.h"
5
6
#include <algorithm>
7
+#include <atomic>
8
#include <cstdint>
9
#include <cstring>
10
#include <fstream>
@@ -21,6 +22,8 @@
21
22
#else
23
#include "spdlog/pattern_formatter.h"
24
#endif
25
+#include "spdlog/common.h"
26
+#include "spdlog/fmt/bundled/format.h"
27
#include "spdlog/sinks/basic_file_sink.h"
28
#include "spdlog/sinks/ostream_sink.h"
29
#include "spdlog/sinks/stdout_color_sinks.h"
0 commit comments