[vlc-commits] demux: adaptative: missing include

Ludovic Fauvet git at videolan.org
Fri Jul 17 17:34:11 CEST 2015


vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Fri Jul 17 17:15:52 2015 +0200| [79fb35fca369f44b1879ec151275104c31d796f1] | committer: Ludovic Fauvet

demux: adaptative: missing include

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

 modules/demux/adaptative/playlist/Inheritables.hpp |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/demux/adaptative/playlist/Inheritables.hpp b/modules/demux/adaptative/playlist/Inheritables.hpp
index 64b6d03..6c8951c 100644
--- a/modules/demux/adaptative/playlist/Inheritables.hpp
+++ b/modules/demux/adaptative/playlist/Inheritables.hpp
@@ -22,6 +22,7 @@
 
 #include "../tools/Properties.hpp"
 #include <string>
+#include <stdint.h>
 
 namespace adaptative
 {



More information about the vlc-commits mailing list