[vlc-commits] demux:mkv: std::back_inserter is found in <iterator>
Steve Lhomme
git at videolan.org
Thu Aug 10 10:12:49 CEST 2017
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Thu Aug 10 09:56:18 2017 +0200| [0a82aa96be80212783189318f3a90380fc46c323] | committer: Jean-Baptiste Kempf
demux:mkv: std::back_inserter is found in <iterator>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0a82aa96be80212783189318f3a90380fc46c323
---
modules/demux/mkv/matroska_segment.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/demux/mkv/matroska_segment.cpp b/modules/demux/mkv/matroska_segment.cpp
index b4e7c06834..f3e165a034 100644
--- a/modules/demux/mkv/matroska_segment.cpp
+++ b/modules/demux/mkv/matroska_segment.cpp
@@ -30,6 +30,7 @@
#include "Ebml_dispatcher.hpp"
#include <new>
+#include <iterator>
matroska_segment_c::matroska_segment_c( demux_sys_t & demuxer, EbmlStream & estream )
:segment(NULL)
More information about the vlc-commits
mailing list