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/include/wanda/proto/message.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/lib/proto/include/wanda') diff --git a/source/lib/proto/include/wanda/proto/message.hpp b/source/lib/proto/include/wanda/proto/message.hpp index f4a6a3b..03a30c2 100644 --- a/source/lib/proto/include/wanda/proto/message.hpp +++ b/source/lib/proto/include/wanda/proto/message.hpp @@ -7,7 +7,7 @@ #ifndef WANDA_PROTO_MESSAGE_HPP #define WANDA_PROTO_MESSAGE_HPP -#include +#include #include #include @@ -76,7 +76,7 @@ namespace wanda::proto } // namespace wanda::proto template<> -struct fmt::formatter : fmt::formatter +struct spdlog::fmt_lib::formatter : spdlog::fmt_lib::formatter { auto format(wanda::proto::message const & message, format_context & context) const -> decltype(context.out()); }; -- cgit v1.2.3