commit | c63722a30c26046d71a25141b9eb2531d6b7a06e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Sat Jun 01 20:37:37 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Jun 01 20:37:37 2024 +0000 |
tree | cb1af720d44272626d1574adba001b7e1db47315 | |
parent | c99ca5a3840970b37cdc5d2f5320be4baaa37263 [diff] | |
parent | 9053d1a6fccf376b8d2a96cccd4370403f5a86d9 [diff] |
Merge "Fix build on clang-r522817" into main
diff --git a/automotive/can/1.0/tools/libprotocan/include/libprotocan/MessageInjector.h b/automotive/can/1.0/tools/libprotocan/include/libprotocan/MessageInjector.h index b0ea260..e35feee 100644 --- a/automotive/can/1.0/tools/libprotocan/include/libprotocan/MessageInjector.h +++ b/automotive/can/1.0/tools/libprotocan/include/libprotocan/MessageInjector.h
@@ -22,6 +22,7 @@ #include <libprotocan/MessageDef.h> #include <utils/Mutex.h> +#include <mutex> #include <queue> namespace android::hardware::automotive::protocan {