Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50b89a88 authored by Stan Iliev's avatar Stan Iliev Committed by Derek Sollenberger
Browse files

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
parent 0e2113b5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@

#include <utils/Vector.h>

#include <mutex>
#include <vector>

#include "android_runtime/AndroidRuntime.h"