| commit | f5fd1218be5347351f93b8899042369a9a6703c8 | [log] [tgz] |
|---|---|---|
| author | Tomasz Wasilczyk <twasilczyk@google.com> | Thu Jan 25 10:19:56 2024 -0800 |
| committer | Tomasz Wasilczyk <twasilczyk@google.com> | Mon Jan 29 12:24:46 2024 -0800 |
| tree | 7eb1e803c39c357bdb1a4237844a3f99af0443b6 | |
| parent | 67c9a2da7435567b923dde048c75bb3a3d1f6e21 [diff] |
Add missing libc++ includes Bug: 175635923 Test: m libhwui Change-Id: I0247940a8539059010ecd712f7be3ea06c8451f6
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 06ebfa4..f5755a4 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 06ebfa4..f5755a4 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