Merge pull request #1776 from xvitaly/fmt11

Fixed build against fmt 11
pull/1795/head
DeepBlueV7.X 4 months ago committed by GitHub
commit deba5586a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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