Fixed build against fmt 11.

pull/1776/head
Vitaly 4 months ago
parent 0c222689f4
commit 8ff2824527
No known key found for this signature in database
GPG Key ID: FE1EA9ACA989AAAA
  1. 2
      src/RegisterPage.cpp
  2. 1
      src/Utils.cpp
  3. 1
      src/encryption/DeviceVerificationFlow.cpp

@ -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…
Cancel
Save