From 30f8f823aa0af75297929c0f727fbf82c68df410 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Mon, 13 Apr 2020 11:06:23 -0700 Subject: Include what you use: This was transitively included, but no longer is, so it must be explicitly included. Exempt-From-Owner-Approval: Janitorial Test: build Change-Id: Id88ee5113aa9f0a223dfabfc164ce17747727647 --- native/android/sharedmem.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'native') diff --git a/native/android/sharedmem.cpp b/native/android/sharedmem.cpp index 4410bd6fbeed..338b280a8ebe 100644 --- a/native/android/sharedmem.cpp +++ b/native/android/sharedmem.cpp @@ -16,6 +16,9 @@ #include +#include +#include + #include #include #include @@ -23,7 +26,6 @@ #include #include -#include static struct { jclass clazz; -- cgit v1.2.3