diff options
Diffstat (limited to 'source/lib/proto/include')
| -rw-r--r-- | source/lib/proto/include/wanda/proto/message.hpp | 4 |
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()); }; |
