fix fmt::format not support ostream
Some checks failed
linux-x64-gcc / linux-gcc (Debug) (push) Successful in 1m24s
linux-x64-gcc / linux-gcc (Release) (push) Failing after 1m3s

This commit is contained in:
tqcq 2024-03-21 11:26:03 +08:00
parent b414f321ca
commit ea241f2dd7

View File

@ -10,6 +10,7 @@
#include "sled/system/location.h" #include "sled/system/location.h"
#include <assert.h> #include <assert.h>
#include <fmt/format.h> #include <fmt/format.h>
#include <fmt/ostream.h>// support fmt base ostream
namespace sled { namespace sled {
enum class LogLevel { enum class LogLevel {