From 4c68156184be63e75f54f5b8b06a640d7d2a497a Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 6 Sep 2023 21:09:29 +0200 Subject: deps: remove asio remnants and fix fmt --- source/lib/proto/src/message.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/lib/proto/src') diff --git a/source/lib/proto/src/message.cpp b/source/lib/proto/src/message.cpp index dad3e86..f44ca06 100644 --- a/source/lib/proto/src/message.cpp +++ b/source/lib/proto/src/message.cpp @@ -1,6 +1,6 @@ #include "wanda/proto/message.hpp" -#include +#include #include #include @@ -76,7 +76,7 @@ namespace wanda::proto } // namespace wanda::proto -auto fmt::formatter::format(wanda::proto::message const & message, format_context & context) const -> decltype(context.out()) +auto spdlog::fmt_lib::formatter::format(wanda::proto::message const & message, format_context & context) const -> decltype(context.out()) { return formatter::format(static_cast(message), context); } -- cgit v1.2.3