[vlc-commits] demux: adaptive: include <algorithm> for std::max()
Steve Lhomme
git at videolan.org
Thu Jan 26 12:43:31 CET 2017
vlc | branch: master | Steve Lhomme <slhomme at matroska.org> | Thu Jan 26 12:01:37 2017 +0100| [ba22d8c515ec0c46704fd0c9ac0d40fff74d71a5] | committer: Hugo Beauzée-Luyssen
demux: adaptive: include <algorithm> for std::max()
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ba22d8c515ec0c46704fd0c9ac0d40fff74d71a5
---
modules/demux/adaptive/Streams.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/demux/adaptive/Streams.cpp b/modules/demux/adaptive/Streams.cpp
index 9134318..77c2aa3 100644
--- a/modules/demux/adaptive/Streams.cpp
+++ b/modules/demux/adaptive/Streams.cpp
@@ -33,6 +33,8 @@
#include "tools/Debug.hpp"
#include <vlc_demux.h>
+#include <algorithm>
+
using namespace adaptive;
using namespace adaptive::http;
More information about the vlc-commits
mailing list