aboutsummaryrefslogtreecommitdiffstats
path: root/testing/telegram-desktop/0003-fix-missing-use-of-pch.patch
blob: ec297a06c42287f49ea361a502c2850f41a9ed54 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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>