From 45ac296544dc66f0a7b2002e1ad240bf04aaabd4 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 6 Aug 2023 21:04:47 +0200 Subject: deps: update dependencies --- source/lib/include/wanda/message.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'source/lib/include/wanda/message.hpp') diff --git a/source/lib/include/wanda/message.hpp b/source/lib/include/wanda/message.hpp index 866408f..0f3034c 100644 --- a/source/lib/include/wanda/message.hpp +++ b/source/lib/include/wanda/message.hpp @@ -11,6 +11,7 @@ #include #include #include +#include namespace wanda { @@ -80,4 +81,13 @@ namespace wanda } // namespace wanda +template<> +struct fmt::formatter : fmt::formatter +{ + auto format(wanda::message const & message, format_context & context) const + { + return formatter::format(static_cast(message), context); + } +}; + #endif \ No newline at end of file -- cgit v1.2.3