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 "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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user