diff options
author | 2023-05-31 14:12:33 -0700 | |
---|---|---|
committer | 2023-10-05 17:17:04 +0000 | |
commit | f1c4777d018d33c7d6e0544dcc4578695c2773c1 (patch) | |
tree | 0e09477f378efacaaebacca2d29df7e65ef7f7aa /libs/binder/RpcTlsUtils.cpp | |
parent | fe0c71f1e24fd3bbc4624af5fced28e7fbeff322 (diff) |
Add missing headers when Building with libstdc++
Test: Build with CMake. See aosp/2629369.
Bug: 285204695
Change-Id: Ife316aa5c08ea0f365f52062cff52625ca877c46
Diffstat (limited to 'libs/binder/RpcTlsUtils.cpp')
-rw-r--r-- | libs/binder/RpcTlsUtils.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/binder/RpcTlsUtils.cpp b/libs/binder/RpcTlsUtils.cpp index f3ca02a3bd..d5c86d7227 100644 --- a/libs/binder/RpcTlsUtils.cpp +++ b/libs/binder/RpcTlsUtils.cpp @@ -21,6 +21,8 @@ #include "Utils.h" +#include <limits> + namespace android { namespace { |