From bc7b3a2e79e15f58315139ad24860793e7a6f2cc Mon Sep 17 00:00:00 2001 From: Android Tools Maintainers Date: Thu, 28 Jul 2022 17:01:55 +0100 Subject: [PATCH] Added missing headers causing compile errors Forwarded: not-needed Gbp-Pq: Topic libnativehelper Gbp-Pq: Name add-missing-headers.patch --- libnativehelper/JNIHelp.cpp | 1 + libnativehelper/JniInvocation.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/libnativehelper/JNIHelp.cpp b/libnativehelper/JNIHelp.cpp index b57ec50e..ab71d9a8 100644 --- a/libnativehelper/JNIHelp.cpp +++ b/libnativehelper/JNIHelp.cpp @@ -17,6 +17,7 @@ #include "nativehelper/JNIHelp.h" #include +#include #define LOG_TAG "JNIHelp" #include "ALog-priv.h" diff --git a/libnativehelper/JniInvocation.cpp b/libnativehelper/JniInvocation.cpp index 8d0c640b..59ef1da6 100644 --- a/libnativehelper/JniInvocation.cpp +++ b/libnativehelper/JniInvocation.cpp @@ -17,6 +17,7 @@ #include "nativehelper/JniInvocation.h" #include +#include #ifdef _WIN32 #include -- 2.30.2