Add support for libfmt-11

fmt::join was moved into fmt/ranges.h

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2024-08-09 08:54:08 +03:00
parent 93617e96c3
commit d7c93d87be
No known key found for this signature in database
GPG key ID: A12750536B5E7010
9 changed files with 12 additions and 1 deletions

View file

@ -7,6 +7,7 @@
#include <cmath>
#include <fmt/format.h>
#include <fmt/ranges.h>
#include <QApplication>
#include <QClipboard>