commit | f1c4777d018d33c7d6e0544dcc4578695c2773c1 | [log] [tgz] |
---|---|---|
author | Hao Chen <chenhaosjtuacm@google.com> | Wed May 31 14:12:33 2023 -0700 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Thu Oct 05 17:17:04 2023 +0000 |
tree | 0e09477f378efacaaebacca2d29df7e65ef7f7aa | |
parent | fe0c71f1e24fd3bbc4624af5fced28e7fbeff322 [diff] [blame] |
Add missing headers when Building with libstdc++ Test: Build with CMake. See aosp/2629369. Bug: 285204695 Change-Id: Ife316aa5c08ea0f365f52062cff52625ca877c46
diff --git a/libs/binder/RpcTlsUtils.cpp b/libs/binder/RpcTlsUtils.cpp index f3ca02a..d5c86d7 100644 --- a/libs/binder/RpcTlsUtils.cpp +++ b/libs/binder/RpcTlsUtils.cpp
@@ -21,6 +21,8 @@ #include "Utils.h" +#include <limits> + namespace android { namespace {