[vlc-commits] qt4: fix windows build after 6ea38362e66

Rafaël Carré git at videolan.org
Tue Mar 11 09:12:08 CET 2014


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Mar 11 09:11:12 2014 +0100| [f00c837fb6fe6566f053f6721b83512c9f3e4bb5] | committer: Rafaël Carré

qt4: fix windows build after 6ea38362e66

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

 modules/gui/qt4/styles/seekstyle.hpp |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/qt4/styles/seekstyle.hpp b/modules/gui/qt4/styles/seekstyle.hpp
index 5c72c41..33947bb 100644
--- a/modules/gui/qt4/styles/seekstyle.hpp
+++ b/modules/gui/qt4/styles/seekstyle.hpp
@@ -23,6 +23,7 @@
 #ifndef SEEKSTYLE_HPP
 #define SEEKSTYLE_HPP
 
+#include <inttypes.h>
 #include <QProxyStyle>
 #include <QStyleOptionSlider>
 



More information about the vlc-commits mailing list