diff options
author | Max Kellermann <max@musicpd.org> | 2021-06-25 17:32:11 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2021-06-25 20:29:25 +0200 |
commit | f60a42e0b6326cd25f0c20eb21e03f4cc2d90bf0 (patch) | |
tree | a128f4d92c89d90a9705a2d73ce8f51b382e1e1c /src/client/Response.hxx | |
parent | 85b0029ba2000fb132c9008a610e08e8bf499ab5 (diff) |
Log, client/Response: adapt to libfmt 8.0.0 API changes
Diffstat (limited to 'src/client/Response.hxx')
-rw-r--r-- | src/client/Response.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Response.hxx b/src/client/Response.hxx index a34b16851..7955d07c1 100644 --- a/src/client/Response.hxx +++ b/src/client/Response.hxx @@ -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 |