summary refs log tree commit diff
path: root/src/encryption
diff options
context:
space:
mode:
authorVitaly <vitaly@easycoding.org>2024-07-16 12:30:45 +0200
committerVitaly <vitaly@easycoding.org>2024-07-16 12:41:30 +0200
commit8ff28245275eeb0cfe4ed40bd62b97cebbce4861 (patch)
tree766de436d9ffc2f0f29c485b2901278114d9c441 /src/encryption
parentNlohmann is in brew repos now so remove tap (diff)
downloadnheko-8ff28245275eeb0cfe4ed40bd62b97cebbce4861.tar.xz
Fixed build against fmt 11.
Diffstat (limited to 'src/encryption')
-rw-r--r--src/encryption/DeviceVerificationFlow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/encryption/DeviceVerificationFlow.cpp b/src/encryption/DeviceVerificationFlow.cpp

index cb595df0..0757d88c 100644 --- a/src/encryption/DeviceVerificationFlow.cpp +++ b/src/encryption/DeviceVerificationFlow.cpp
@@ -9,6 +9,7 @@ #include <QDateTime> #include <QTimer> +#include <fmt/ranges.h> #include <nlohmann/json.hpp> #include "Cache.h"