From ea241f2dd7335789d5d54a043ed04665051b0439 Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Thu, 21 Mar 2024 11:26:03 +0800 Subject: [PATCH] fix fmt::format not support ostream --- include/sled/log/log.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sled/log/log.h b/include/sled/log/log.h index 1a17f8f..b1b7ffb 100644 --- a/include/sled/log/log.h +++ b/include/sled/log/log.h @@ -10,6 +10,7 @@ #include "sled/system/location.h" #include #include +#include // support fmt base ostream namespace sled { enum class LogLevel {