[vlc-commits] qt: fix build against Qt 5.11
    Dominique Leuenberger 
    git at videolan.org
       
    Thu May 17 18:02:48 CEST 2018
    
    
  
vlc | branch: master | Dominique Leuenberger <dimstar at opensuse.org> | Thu May 17 17:40:37 2018 +0200| [39b0590165501cdeb85595a19bf076d06bcc594c] | committer: Jean-Baptiste Kempf
qt: fix build against Qt 5.11
Qt 5.11 is in RC phase now, and some headers need to be explicitly
included in order to build successfully.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=39b0590165501cdeb85595a19bf076d06bcc594c
---
 modules/gui/qt/components/simple_preferences.cpp | 1 +
 1 file changed, 1 insertion(+)
diff --git a/modules/gui/qt/components/simple_preferences.cpp b/modules/gui/qt/components/simple_preferences.cpp
index b48ea7b67f..7a9c2dbf28 100644
--- a/modules/gui/qt/components/simple_preferences.cpp
+++ b/modules/gui/qt/components/simple_preferences.cpp
@@ -36,6 +36,7 @@
 #include <QString>
 #include <QFont>
 #include <QToolButton>
+#include <QButtonGroup>
 #include <QSignalMapper>
 #include <QVBoxLayout>
 #include <QScrollArea>
    
    
More information about the vlc-commits
mailing list