diff --git a/include/seastar/core/sstring.hh b/include/seastar/core/sstring.hh index fd8032e2067..20547d472ac 100644 --- a/include/seastar/core/sstring.hh +++ b/include/seastar/core/sstring.hh @@ -38,6 +38,9 @@ #include #include #include +#if FMT_VERSION >= 110000 +#include +#endif #endif #include #include @@ -880,6 +883,14 @@ std::ostream& operator<<(std::ostream& os, const std::unordered_map= 110000 + +template +struct fmt::range_format_kind, char_type> : std::integral_constant +{}; + +#endif + #if FMT_VERSION >= 90000 // Due to https://github.com/llvm/llvm-project/issues/68849, we inherit