From: Android Tools Maintainers Date: Sat, 28 May 2022 11:13:51 +0000 (+0100) Subject: Added missing headers causing compile errors X-Git-Tag: archive/raspbian/29.0.6-18+rpi1^2~32 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=184b6fc57794f5f6a014fe49953ae2a997ecc18e;p=android-platform-tools.git Added missing headers causing compile errors Forwarded: not-needed Gbp-Pq: Topic libnativehelper Gbp-Pq: Name add-missing-headers.patch --- 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