Skip to content

Commit 3f54d1b

Browse files
Add explicit <mutex> include
This fixes compilation with Fuchsia's libc++. Change-Id: I1ebe42594a02d4252ea3576d314ff3351aadf8c0
1 parent 17e176a commit 3f54d1b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libs/binder/include/binder/RpcThreads.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <condition_variable>
2121
#include <functional>
2222
#include <memory>
23+
#include <mutex>
2324
#include <thread>
2425

2526
#include <binder/Common.h>

0 commit comments

Comments
 (0)