[vlc-commits] Qt: fix Windows build
Ludovic Fauvet
git at videolan.org
Mon Jan 5 17:43:29 CET 2015
vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | 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>
More information about the vlc-commits
mailing list