Merge "libutils: Fix missing definition of shared_ptr and unique_ptr" am: dfdcc31d03
am: 11c22fcc00
am: fc262c5d1b
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2318113 Change-Id: I17bdc15fbb557e87702fe0ac7653a0cd7a076959 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
660d08e08e
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@
|
|||
|
||||
#include <atomic>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <type_traits> // for common_type.
|
||||
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Reference in a new issue