[vlc-devel] [PATCH] Chunk: we need <algorithm> for std::min()

Steve Lhomme robux4 at gmail.com
Tue Jan 26 16:52:37 CET 2016


---
 modules/demux/adaptative/http/Chunk.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/demux/adaptative/http/Chunk.cpp b/modules/demux/adaptative/http/Chunk.cpp
index 1acf8b0..e1a2280 100644
--- a/modules/demux/adaptative/http/Chunk.cpp
+++ b/modules/demux/adaptative/http/Chunk.cpp
@@ -34,6 +34,8 @@
 #include <vlc_url.h>
 #include <vlc_block.h>
 
+#include <algorithm>
+
 using namespace adaptative::http;
 
 AbstractChunkSource::AbstractChunkSource()
-- 
2.7.0



More information about the vlc-devel mailing list