vlc | branch: master | Ludovic Fauvet <[email protected]> | Mon Jan 5 17:41:50 2015 +0100| [ebae1fe6d0b5a6991316f32d8bd883db1221dd96] | committer: Ludovic Fauvet
Qt: fix Windows build > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ebae1fe6d0b5a6991316f32d8bd883db1221dd96 --- modules/gui/qt4/components/epg/EPGWidget.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/gui/qt4/components/epg/EPGWidget.hpp b/modules/gui/qt4/components/epg/EPGWidget.hpp index fc3a86b..760a678 100644 --- a/modules/gui/qt4/components/epg/EPGWidget.hpp +++ b/modules/gui/qt4/components/epg/EPGWidget.hpp @@ -24,7 +24,8 @@ #ifndef EPGWIDGET_H #define EPGWIDGET_H -#include <vlc_common.h> +#include "qt4.hpp" + #include <vlc_epg.h> #include <QWidget> _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
