summaryrefslogtreecommitdiff
path: root/user/telegram/add-missing-header.patch
blob: e142bb230adac036a8271d7fddfd22bd0b890194 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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>