fix fmt::format not support ostream
This commit is contained in:
parent
b414f321ca
commit
ea241f2dd7
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user