[Android] [PATCH 2/2] medialibrary: include headers for std::remove_if

Geoffrey Métais geoffrey.metais at gmail.com
Wed Aug 1 13:49:12 CEST 2018


Looks good to me.

Le mer. 1 août 2018 à 05:53, Zhao <quinkblack at foxmail.com> a écrit :

> From: Zhao Zhili <zhaozhili at qiyi.com>
>
> ---
>  medialibrary/jni/medialibrary.cpp | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/medialibrary/jni/medialibrary.cpp
> b/medialibrary/jni/medialibrary.cpp
> index c7a3626..925613e 100644
> --- a/medialibrary/jni/medialibrary.cpp
> +++ b/medialibrary/jni/medialibrary.cpp
> @@ -1,5 +1,8 @@
>  #include <stdlib.h>
> +
> +#include <algorithm>
>  #include <string>
> +
>  #include "jniloader.h"
>  #include <medialibrary/IDeviceLister.h>
>  #define LOG_TAG "VLC/JNI/MediaLibrary"
> --
> 2.9.5
>
>
>
> _______________________________________________
> Android mailing list
> Android at videolan.org
> https://mailman.videolan.org/listinfo/android
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/android/attachments/20180801/557cf53b/attachment.html>


More information about the Android mailing list