summarylogtreecommitdiffstats
path: root/deepin-session-ui-qt5.15.patch
blob: 582b92c15a578280a8ae068cea283f4c681dcd1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/dde-osd/common.cpp b/dde-osd/common.cpp
index 0505ac60..ffa55e84 100644
--- a/dde-osd/common.cpp
+++ b/dde-osd/common.cpp
@@ -25,6 +25,7 @@
 
 #include "common.h"
 #include <QSvgRenderer>
+#include <QPainterPath>
 
 void DrawHelper::DrawImage(QPainter *painter, const QStyleOptionViewItem &option, const QString &pix, bool withText, bool withProgress)
 {
diff --git a/dde-osd/notification-center/overlapwidet.cpp b/dde-osd/notification-center/overlapwidet.cpp
index d2aee64e..a89f0bd1 100644
--- a/dde-osd/notification-center/overlapwidet.cpp
+++ b/dde-osd/notification-center/overlapwidet.cpp
@@ -25,6 +25,7 @@
 #include "../notification/constants.h"
 #include "notification/constants.h"
 #include "notifymodel.h"
+#include <QPainterPath>
 
 #include <QTimer>
 #include <QKeyEvent>