fix fmt::format not support ostream

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 <assert.h>
#include <fmt/format.h>
#include <fmt/ostream.h>// support fmt base ostream
namespace sled {
enum class LogLevel {