Skip to content

Commit 716c482

Browse files
Treehugger RobotGerrit Code Review
authored andcommitted
Merge "Add explicit <mutex> include" into main
2 parents d2e8444 + 3f54d1b commit 716c482

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)