diff options
author | 2025-01-08 00:20:34 -0800 | |
---|---|---|
committer | 2025-01-08 00:20:34 -0800 | |
commit | a916e2c60377d736413e07a5bf0cfd66e5645a51 (patch) | |
tree | 0a6cfa86445911edd92b1f9069c7c5dae44aa34a | |
parent | 532d71e8b8d2b19dbb3ca32adf41676ead490b1c (diff) | |
parent | 73c589bc96f711980d26c4e16abc4fa2a9ffcb9f (diff) |
Merge "Adds missing standard include <memory> for std::shared_ptr<>." into main am: 8ae06af222 am: 73c589bc96
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3440745
Change-Id: I8d94f4a93254a1c71c3f946569a26dfbe2a8df86
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r-- | libs/hwui/renderthread/HintSessionWrapper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/renderthread/HintSessionWrapper.h b/libs/hwui/renderthread/HintSessionWrapper.h index 859cc57dea9f..4c9656792dac 100644 --- a/libs/hwui/renderthread/HintSessionWrapper.h +++ b/libs/hwui/renderthread/HintSessionWrapper.h @@ -20,6 +20,7 @@ #include <private/performance_hint_private.h> #include <future> +#include <memory> #include <optional> #include <vector> |