[vlc-commits] Qt: Add a missing include of QHeaderView
    Martin Storsjö 
    git at videolan.org
       
    Sat Jun 16 15:59:25 CEST 2018
    
    
  
vlc | branch: master | Martin Storsjö <martin at martin.st> | Fri Jun 15 15:34:37 2018 +0300| [f3a801cc0ec9e9ede833820ce732a6ab6f43d1dd] | committer: Martin Storsjö
Qt: Add a missing include of QHeaderView
In older Qt versions, this header was implicitly included by
headers generated by uic, but it no longer is included implicitly.
Explicitly include the headers we are relying.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f3a801cc0ec9e9ede833820ce732a6ab6f43d1dd
---
 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 7a9c2dbf28..a6efacdcf5 100644
--- a/modules/gui/qt/components/simple_preferences.cpp
+++ b/modules/gui/qt/components/simple_preferences.cpp
@@ -40,6 +40,7 @@
 #include <QSignalMapper>
 #include <QVBoxLayout>
 #include <QScrollArea>
+#include <QHeaderView>
 
 #include <QStyleFactory>
 #include <QSettings>
    
    
More information about the vlc-commits
mailing list