From 8b7216f368326354a35ecd404239956d64600c6a Mon Sep 17 00:00:00 2001 From: Android Tools Maintainers Date: Tue, 31 Jan 2023 07:58:29 +0000 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