mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 10:40:47 +03:00
Fixed build against fmt 11.
This commit is contained in:
parent
0c222689f4
commit
8ff2824527
3 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
|
||||
#include <set>
|
||||
|
||||
#include <fmt/ranges.h>
|
||||
|
||||
#include <mtx/responses/common.hpp>
|
||||
#include <mtx/responses/register.hpp>
|
||||
#include <mtx/responses/version.hpp>
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include <QWindow>
|
||||
#include <QXmlStreamReader>
|
||||
|
||||
#include <fmt/ranges.h>
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
#include <cmark.h>
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#include <QDateTime>
|
||||
#include <QTimer>
|
||||
|
||||
#include <fmt/ranges.h>
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
#include "Cache.h"
|
||||
|
|
Loading…
Reference in a new issue