void-packages/srcpkgs/telegram-desktop/patches/fix-missing-use-of-pch.patch

11 lines
370 B
Diff

--- Telegram/SourceFiles/storage/cache/storage_cache_database_object.cpp 2018-09-01 17:56:09.000000000 +0200
+++ - 2018-09-02 01:01:28.812511733 +0200
@@ -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>