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

Tristan Matthews tmatth at videolan.org
Thu Jan 26 15:57:18 CET 2017


On Thu, Jan 26, 2017 at 6:01 AM, Steve Lhomme <robux4 at videolabs.io> wrote:
> From: Steve Lhomme <slhomme at matroska.org>
>
> ---
>  modules/demux/adaptive/Streams.cpp | 2 ++
>  1 file changed, 2 insertions(+)

LGTM.

Best,
t

>
> 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
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list