summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Wasilczyk <twasilczyk@google.com>2024-01-25 10:19:56 -0800
committerTomasz Wasilczyk <twasilczyk@google.com>2024-01-29 12:24:46 -0800
commitf5fd1218be5347351f93b8899042369a9a6703c8 (patch)
tree7eb1e803c39c357bdb1a4237844a3f99af0443b6
parent67c9a2da7435567b923dde048c75bb3a3d1f6e21 (diff)
downloadart-f5fd1218be5347351f93b8899042369a9a6703c8.tar.gz
Add missing libc++ includes
Bug: 175635923 Test: m libhwui Change-Id: I0247940a8539059010ecd712f7be3ea06c8451f6
-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