mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-09 23:51:37 +01:00
12 lines
370 B
Diff
12 lines
370 B
Diff
--- a/Telegram/SourceFiles/storage/cache/storage_cache_database_object.cpp
|
|
+++ b/Telegram/SourceFiles/storage/cache/storage_cache_database_object.cpp
|
|
@@ -14,6 +14,7 @@
|
|
#include "storage/storage_encrypted_file.h"
|
|
#include "base/flat_map.h"
|
|
#include "base/algorithm.h"
|
|
+#include "base/openssl_help.h"
|
|
#include <crl/crl.h>
|
|
#include <xxhash.h>
|
|
#include <QtCore/QDir>
|
|
|