commit | f0d8f21f2f85af21f5780079e818a56fdb677aa6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Oct 17 22:41:19 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 17 22:41:19 2023 +0000 |
tree | 5adf68ea36369a77f7970b00452c0d7fdbdd6957 | |
parent | bc9fbcb9db7db77b3474540817dff73001cd0e9d [diff] | |
parent | 0e303e06b39fbf13b1d3839e974db084df354ffd [diff] |
Merge "Add missing <functional> include" into main
diff --git a/common/hal/aidl_service/aidl_profiler.h b/common/hal/aidl_service/aidl_profiler.h index 1491056..ebcb539 100644 --- a/common/hal/aidl_service/aidl_profiler.h +++ b/common/hal/aidl_service/aidl_profiler.h
@@ -17,6 +17,7 @@ #ifndef HARDWARE_GOOGLE_CAMERA_HAL_AIDL_SERVICE_AIDL_PROFILER_H_ #define HARDWARE_GOOGLE_CAMERA_HAL_AIDL_SERVICE_AIDL_PROFILER_H_ +#include <functional> #include <memory> #include "profiler.h"