vlc | branch: master | Martin Storsjö <mar...@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>

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to