summaryrefslogtreecommitdiff
path: root/src/client/Response.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2021-06-25 17:32:11 +0200
committerMax Kellermann <max@musicpd.org>2021-06-25 20:29:25 +0200
commitf60a42e0b6326cd25f0c20eb21e03f4cc2d90bf0 (patch)
treea128f4d92c89d90a9705a2d73ce8f51b382e1e1c /src/client/Response.hxx
parent85b0029ba2000fb132c9008a610e08e8bf499ab5 (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.hxx2
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