mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Fix build on clang-r522817
hardware/interfaces/automotive/can/1.0/tools/libprotocan/MessageInjector.cpp:44:8: error: no member named 'lock_guard' in namespace 'std'
44 | std::lock_guard<std::mutex> lock(mMessagesGuard);
| ~~~~~^
Bug: 322868540
Test: presubmit
Change-Id: I45cd6a8420e508a37e2b6da456933c036493e15e
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include <libprotocan/MessageDef.h>
|
||||
#include <utils/Mutex.h>
|
||||
|
||||
#include <mutex>
|
||||
#include <queue>
|
||||
|
||||
namespace android::hardware::automotive::protocan {
|
||||
|
||||
Reference in New Issue
Block a user