Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f54d1bc authored by Kevin Lindkvist's avatar Kevin Lindkvist
Browse files

Add explicit <mutex> include

This fixes compilation with Fuchsia's libc++.

Change-Id: I1ebe42594a02d4252ea3576d314ff3351aadf8c0
parent 17e176ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include <condition_variable>
#include <functional>
#include <memory>
#include <mutex>
#include <thread>

#include <binder/Common.h>