From 50b89a881804aa62366db76fc68a239929f3f7c0 Mon Sep 17 00:00:00 2001 From: Stan Iliev Date: Tue, 27 Aug 2019 13:21:10 -0400 Subject: [PATCH] Add missing header in android_media_MediaCodecList.cpp Skia headers have changed and through some transitive dependencies cause Android to not compile because this file does not include some headers that it uses. Test: builds Change-Id: Ied8c2c6c456e9503553b22ff408148d5074f1404 --- media/jni/android_media_MediaCodecList.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/media/jni/android_media_MediaCodecList.cpp b/media/jni/android_media_MediaCodecList.cpp index 923d1d253c6e7..307d80dc15c02 100644 --- a/media/jni/android_media_MediaCodecList.cpp +++ b/media/jni/android_media_MediaCodecList.cpp @@ -26,6 +26,7 @@ #include +#include #include #include "android_runtime/AndroidRuntime.h"