From: Android Tools Maintainers Date: Mon, 27 Jun 2022 17:30:12 +0000 (+0100) Subject: Added missing headers causing compile errors X-Git-Tag: archive/raspbian/29.0.6-19+rpi1^2~32 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=54d5e9e12e15308b23e2face02fa3dc4ba12ca0c;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