[vlc-commits] qt: fix missing header when compiling with Qt 5.15

Pierre Lamot git at videolan.org
Fri Aug 28 10:10:26 CEST 2020


vlc/vlc-3.0 | branch: master | Pierre Lamot <pierre at videolabs.io> | Wed May 27 11:05:53 2020 +0200| [85aa32db726559743d08d2fcafbb90fc923c43ff] | committer: Alexandre Janniaux

qt: fix missing header when compiling with Qt 5.15

Cherry-picked from commit 0e88143ed2fe8eedfa4d3afdafcd0df901644c1d.

Signed-off-by: Alexandre Janniaux <ajanni at videolabs.io>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=85aa32db726559743d08d2fcafbb90fc923c43ff
---

 modules/gui/qt/dialogs/plugins.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/qt/dialogs/plugins.cpp b/modules/gui/qt/dialogs/plugins.cpp
index 93c92b9fa6..e05ec0594a 100644
--- a/modules/gui/qt/dialogs/plugins.cpp
+++ b/modules/gui/qt/dialogs/plugins.cpp
@@ -66,6 +66,7 @@
 #include <QSplitter>
 #include <QToolButton>
 #include <QStackedWidget>
+#include <QPainterPath>
 
 //match the image source (width/height)
 #define SCORE_ICON_WIDTH_SCALE 4



More information about the vlc-commits mailing list