commit | 87396026cc7533f4f5055fda54d3e971d1d37fdf | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Feb 18 09:40:57 2025 -0500 |
committer | Elliott Hughes <enh@google.com> | Tue Feb 18 09:40:57 2025 -0500 |
tree | 304793e0fa24e3496c35ee2517be5690a903d92a | |
parent | f75a118ffa0706b91c19d20dfe4f3f969c225dda [diff] [blame] |
Fix C++23 build. libc++ has cleaned up transitive dependencies (but only for C++23). Change-Id: I88a03ebaf03b904e85bbfa85deff79405ccb97bc
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>