vlc | branch: master | Ludovic Fauvet <[email protected]> | 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 { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
