commit | db2431f9763a14bec086f4b46e9576f7d3dff502 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Sat Jun 01 20:53:38 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Jun 01 20:53:38 2024 +0000 |
tree | 14492825c90cb758f35a5e2df9a947fccb0b6171 | |
parent | 829013951dcbf71cfe6c997ec33c365bb71ab154 [diff] | |
parent | b6cb602d2a1f5eb850ed24c07494616479a97999 [diff] |
Merge "Fix build on clang-r522817" into main am: c63722a30c am: b6cb602d2a Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3110841 Change-Id: Iae86025807a5cfad3aa4d5f68a05dbadb3eb6cb2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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 {