aboutsummaryrefslogtreecommitdiff
path: root/source/lib/proto/include/wanda
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2023-09-06 21:09:29 +0200
committerFelix Morgner <felix.morgner@gmail.com>2023-09-06 21:09:29 +0200
commit4c68156184be63e75f54f5b8b06a640d7d2a497a (patch)
tree0b97b651d1a0b4c5742e561b3a345da7e145f669 /source/lib/proto/include/wanda
parent17a3bb9337fd7e4a57354ed5359e449d5ab1388c (diff)
downloadwanda-4c68156184be63e75f54f5b8b06a640d7d2a497a.tar.xz
wanda-4c68156184be63e75f54f5b8b06a640d7d2a497a.zip
deps: remove asio remnants and fix fmt
Diffstat (limited to 'source/lib/proto/include/wanda')
-rw-r--r--source/lib/proto/include/wanda/proto/message.hpp4
1 files changed, 2 insertions, 2 deletions
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 <fmt/core.h>
+#include <spdlog/common.h>
#include <cstddef>
#include <istream>
@@ -76,7 +76,7 @@ namespace wanda::proto
} // namespace wanda::proto
template<>
-struct fmt::formatter<wanda::proto::message> : fmt::formatter<std::string>
+struct spdlog::fmt_lib::formatter<wanda::proto::message> : spdlog::fmt_lib::formatter<std::string>
{
auto format(wanda::proto::message const & message, format_context & context) const -> decltype(context.out());
};