[vlc-commits] Qt: fix win32 compilation

Jean-Baptiste Kempf git at videolan.org
Tue Apr 12 11:35:23 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 12 11:34:40 2011 +0200| [9cbd4b665ad2d77d2c076e80643e46b988a84ec3] | committer: Jean-Baptiste Kempf

Qt: fix win32 compilation

Fixes the int64_t issue.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9cbd4b665ad2d77d2c076e80643e46b988a84ec3
---

 modules/gui/qt4/util/input_slider.hpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/util/input_slider.hpp b/modules/gui/qt4/util/input_slider.hpp
index 9447ce9..07db0b1 100644
--- a/modules/gui/qt4/util/input_slider.hpp
+++ b/modules/gui/qt4/util/input_slider.hpp
@@ -27,6 +27,7 @@
 
 #include <QSlider>
 
+#include <vlc_common.h>
 #define MSTRTIME_MAX_SIZE 22
 
 class QMouseEvent;



More information about the vlc-commits mailing list