commit | 88aa8c3c7a97fda3a3fb200d9c71323844f97617 | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Wed Nov 01 09:46:07 2023 -0700 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Fri Nov 03 21:05:51 2023 -0700 |
tree | ac842d6ed827d67e9d198ca830c9dd6f9f31f5f3 | |
parent | 1d1f7ac538473bc368a5358c9fb9f4d8c25ad142 [diff] [blame] |
Don't depend on libbase result.h Test: mma Bug: 302723053 Change-Id: Iea797d6af825d58543ba899f6e712b27e48d859a
diff --git a/libs/binder/RpcTransportTls.cpp b/libs/binder/RpcTransportTls.cpp index efb09e9..11e080f 100644 --- a/libs/binder/RpcTransportTls.cpp +++ b/libs/binder/RpcTransportTls.cpp
@@ -29,6 +29,8 @@ #include "RpcState.h" #include "Utils.h" +#include <sstream> + #define SHOULD_LOG_TLS_DETAIL false #if SHOULD_LOG_TLS_DETAIL