From: Android Tools Maintainers Date: Tue, 31 Jan 2023 07:58:29 +0000 (+0000) Subject: Added missing headers causing compile errors X-Git-Tag: archive/raspbian/29.0.6-26+rpi1^2~37 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8b7216f368326354a35ecd404239956d64600c6a;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