diff options
Diffstat (limited to 'user/telegram/add-missing-header.patch')
-rw-r--r-- | user/telegram/add-missing-header.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/telegram/add-missing-header.patch b/user/telegram/add-missing-header.patch new file mode 100644 index 000000000..e142bb230 --- /dev/null +++ b/user/telegram/add-missing-header.patch @@ -0,0 +1,11 @@ +diff -ur a/Telegram/lib_base/base/basic_types.h b/Telegram/lib_base/base/basic_types.h +--- a/Telegram/lib_base/base/basic_types.h 2022-05-28 15:00:40.593938379 +0000 ++++ b/Telegram/lib_base/base/basic_types.h 2022-05-28 15:06:07.765546500 +0000 +@@ -13,6 +13,7 @@ + + #include <QtGlobal> + #include <QtCore/QByteArray> ++#include <QPainterPath> + + #include <string> + #include <exception> |