Log, client/Response: adapt to libfmt 8.0.0 API changes

This commit is contained in:
Max Kellermann
2021-06-25 17:32:11 +02:00
parent 85b0029ba2
commit f60a42e0b6
4 changed files with 10 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
#include "protocol/Ack.hxx"
#include <fmt/core.h>
#if FMT_VERSION < 70000
#if FMT_VERSION < 70000 || FMT_VERSION >= 80000
#include <fmt/format.h>
#endif