[vlc-commits] Qt, sout: fix compilation on older moc version
Jean-Baptiste Kempf
git at videolan.org
Thu Dec 15 23:57:24 CET 2011
vlc/vlc-1.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Dec 15 21:44:17 2011 +0100| [db9be76555382146889f8176a078c7af79ee1abb] | committer: Jean-Baptiste Kempf
Qt, sout: fix compilation on older moc version
(cherry picked from commit 04f7cf0afa06dc45e134db6747f53f5c4a085ad8)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=db9be76555382146889f8176a078c7af79ee1abb
---
modules/gui/qt4/dialogs/sout.hpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/dialogs/sout.hpp b/modules/gui/qt4/dialogs/sout.hpp
index 85c1284..53895ff 100644
--- a/modules/gui/qt4/dialogs/sout.hpp
+++ b/modules/gui/qt4/dialogs/sout.hpp
@@ -33,6 +33,8 @@
#include "ui/sout.h"
#include "util/qvlcframe.hpp"
+#include <QWizard>
+
class QPushButton;
class QToolButton;
class QCheckBox;
More information about the vlc-commits
mailing list