Merge "libutils: Fix missing definition of shared_ptr and unique_ptr" am: dfdcc31d03
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2318113 Change-Id: I37fdc24c266ffb2dd7506bf70c366d96f75fc4d0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
11c22fcc00
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…
Add table
Reference in a new issue