aboutsummaryrefslogtreecommitdiffstats
path: root/testing/telegram-desktop/0003-fix-missing-use-of-pch.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/telegram-desktop/0003-fix-missing-use-of-pch.patch')
-rw-r--r--testing/telegram-desktop/0003-fix-missing-use-of-pch.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/telegram-desktop/0003-fix-missing-use-of-pch.patch b/testing/telegram-desktop/0003-fix-missing-use-of-pch.patch
new file mode 100644
index 00000000000..ec297a06c42
--- /dev/null
+++ b/testing/telegram-desktop/0003-fix-missing-use-of-pch.patch
@@ -0,0 +1,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>
+