commit | 3f54d1bc3b6046eb09b33e411b584205efe7ce41 | [log] [tgz] |
---|---|---|
author | Kevin Lindkvist <lindkvist@google.com> | Wed Jan 22 11:47:24 2025 +0000 |
committer | Kevin Lindkvist <lindkvist@google.com> | Wed Jan 22 03:50:31 2025 -0800 |
tree | f9be9c2af1c44632506dad493bb8467cc0d70ee1 | |
parent | 17e176aca171bc81ae82398a66afabc71847d7c5 [diff] |
Add explicit <mutex> include This fixes compilation with Fuchsia's libc++. Change-Id: I1ebe42594a02d4252ea3576d314ff3351aadf8c0
diff --git a/libs/binder/include/binder/RpcThreads.h b/libs/binder/include/binder/RpcThreads.h index 99fa6b8..51b9716b 100644 --- a/libs/binder/include/binder/RpcThreads.h +++ b/libs/binder/include/binder/RpcThreads.h
@@ -20,6 +20,7 @@ #include <condition_variable> #include <functional> #include <memory> +#include <mutex> #include <thread> #include <binder/Common.h>