]> git.sesse.net Git - vlc/commitdiff
Qt: fix Windows build
authorLudovic Fauvet <etix@videolan.org>
Mon, 5 Jan 2015 16:41:50 +0000 (17:41 +0100)
committerLudovic Fauvet <etix@videolan.org>
Mon, 5 Jan 2015 16:43:20 +0000 (17:43 +0100)
modules/gui/qt4/components/epg/EPGWidget.hpp

index fc3a86b0341eec738028bac45446bc1a976f56fa..760a6783af820e110ea1310788bbcc519151b9ba 100644 (file)
@@ -24,7 +24,8 @@
 #ifndef EPGWIDGET_H
 #define EPGWIDGET_H
 
-#include <vlc_common.h>
+#include "qt4.hpp"
+
 #include <vlc_epg.h>
 
 #include <QWidget>