[vlc-commits] demux: adaptative: make sure int64_t is defined
Steve Lhomme
git at videolan.org
Thu Aug 27 19:01:24 CEST 2015
vlc | branch: master | Steve Lhomme <robux4 at gmail.com> | Tue Aug 18 09:09:37 2015 +0200| [4d36414afda8367aeb495bccf0aafe41a419cbf4] | committer: Jean-Baptiste Kempf
demux: adaptative: make sure int64_t is defined
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4d36414afda8367aeb495bccf0aafe41a419cbf4
---
modules/demux/adaptative/playlist/ID.hpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/demux/adaptative/playlist/ID.hpp b/modules/demux/adaptative/playlist/ID.hpp
index 9ae54ef..754c019 100644
--- a/modules/demux/adaptative/playlist/ID.hpp
+++ b/modules/demux/adaptative/playlist/ID.hpp
@@ -21,6 +21,7 @@
#define ID_HPP
#include <string>
+#include <inttypes.h>
namespace adaptative
{
More information about the vlc-commits
mailing list