Fixed build against fmt 11.

This commit is contained in:
Vitaly 2024-07-16 12:30:45 +02:00
parent 0c222689f4
commit 8ff2824527
No known key found for this signature in database
GPG key ID: FE1EA9ACA989AAAA
3 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,8 @@
#include <set> #include <set>
#include <fmt/ranges.h>
#include <mtx/responses/common.hpp> #include <mtx/responses/common.hpp>
#include <mtx/responses/register.hpp> #include <mtx/responses/register.hpp>
#include <mtx/responses/version.hpp> #include <mtx/responses/version.hpp>

View file

@ -26,6 +26,7 @@
#include <QWindow> #include <QWindow>
#include <QXmlStreamReader> #include <QXmlStreamReader>
#include <fmt/ranges.h>
#include <nlohmann/json.hpp> #include <nlohmann/json.hpp>
#include <cmark.h> #include <cmark.h>

View file

@ -9,6 +9,7 @@
#include <QDateTime> #include <QDateTime>
#include <QTimer> #include <QTimer>
#include <fmt/ranges.h>
#include <nlohmann/json.hpp> #include <nlohmann/json.hpp>
#include "Cache.h" #include "Cache.h"