summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-01-30 07:24:04 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2024-01-30 07:24:04 +0000
commit2154e37c3950fdc06169c44b3ddd4cb2e3e72a2c (patch)
treef83fb895290aa45015eedea8fee796fbd6c4abfa
parent3e3ddd46fe4b3cc843fd9bc0d756ee73c51a9c03 (diff)
parent1727b66b7b0855091616a74c61ec8e72091b4550 (diff)
downloadart-2154e37c3950fdc06169c44b3ddd4cb2e3e72a2c.tar.gz
Merge "Add missing libc++ includes" into main am: 1727b66b7b
Original change: https://android-review.googlesource.com/c/platform/prebuilts/module_sdk/art/+/2928910 Change-Id: I69655f733ebddb53444d28e755d9027a33b39dd7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--current/sdk/common_os/include/libnativehelper/include_platform_header_only/nativehelper/detail/signature_checker.h1
-rw-r--r--go/current/sdk/common_os/include/libnativehelper/include_platform_header_only/nativehelper/detail/signature_checker.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/current/sdk/common_os/include/libnativehelper/include_platform_header_only/nativehelper/detail/signature_checker.h b/current/sdk/common_os/include/libnativehelper/include_platform_header_only/nativehelper/detail/signature_checker.h
index 06ebfa4d..f5755a4c 100644
--- a/current/sdk/common_os/include/libnativehelper/include_platform_header_only/nativehelper/detail/signature_checker.h
+++ b/current/sdk/common_os/include/libnativehelper/include_platform_header_only/nativehelper/detail/signature_checker.h
@@ -34,6 +34,7 @@
#pragma once
+#include <exception>
#include <iostream> // std::ostream
#include <jni.h> // jni typedefs, JniNativeMethod.
#include <type_traits> // std::common_type, std::remove_cv
diff --git a/go/current/sdk/common_os/include/libnativehelper/include_platform_header_only/nativehelper/detail/signature_checker.h b/go/current/sdk/common_os/include/libnativehelper/include_platform_header_only/nativehelper/detail/signature_checker.h
index 06ebfa4d..f5755a4c 100644
--- a/go/current/sdk/common_os/include/libnativehelper/include_platform_header_only/nativehelper/detail/signature_checker.h
+++ b/go/current/sdk/common_os/include/libnativehelper/include_platform_header_only/nativehelper/detail/signature_checker.h
@@ -34,6 +34,7 @@
#pragma once
+#include <exception>
#include <iostream> // std::ostream
#include <jni.h> // jni typedefs, JniNativeMethod.
#include <type_traits> // std::common_type, std::remove_cv