commit | 6a9a1363b8d6acc7de7b56a5227d41852127d250 | [log] [tgz] |
---|---|---|
author | Anton Ivanov <aii@google.com> | Wed Feb 26 10:43:50 2025 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Feb 26 10:43:50 2025 -0800 |
tree | 879d956116e8f56123647c9f0b8a4524cbb0cecb | |
parent | a1187aff540b7b10fcaf506c97f1af92a34d449a [diff] | |
parent | 74caaf48fa25c8e0fb043bf69e2cc552de5671ea [diff] |
Merge "Harden construction sites of android::StrongPointer." into main
diff --git a/transport/HidlLazyUtils.cpp b/transport/HidlLazyUtils.cpp index c5f8c74..618f279 100644 --- a/transport/HidlLazyUtils.cpp +++ b/transport/HidlLazyUtils.cpp
@@ -16,6 +16,8 @@ #define LOG_TAG "HidlLazyUtils" +#include <mutex> + #include <hidl/HidlLazyUtils.h> #include <hidl/HidlTransportSupport.h>