Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a916e2c6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Adds missing standard include <memory> for std::shared_ptr<>." into...

Merge "Adds missing standard include <memory> for std::shared_ptr<>." into main am: 8ae06af2 am: 73c589bc

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3440745



Change-Id: I8d94f4a93254a1c71c3f946569a26dfbe2a8df86
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 532d71e8 73c589bc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include <private/performance_hint_private.h>

#include <future>
#include <memory>
#include <optional>
#include <vector>