[vlc-devel] [PATCH] demux: adaptive: include <algorithm> for std::max()

Steve Lhomme robux4 at videolabs.io
Thu Jan 26 12:01:37 CET 2017


From: Steve Lhomme <slhomme at matroska.org>

---
 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;
 
-- 
2.10.2



More information about the vlc-devel mailing list