android_system_core/libutils/include/utils
Biswapriyo Nath 890f064990 libutils: Fix missing definition of shared_ptr and unique_ptr
This includes memory header for shared_ptr and unique_ptr templates.
Fixes the following errors:

RefBase.h:803:1: error: ‘shared_ptr’ does not name a type
RefBase.h:810:1: error: ‘unique_ptr’ does not name a type

Change-Id: I6a7a67333c9ef05250c5a3c6199d7fac288f946b
2022-11-25 12:15:53 +05:30
..
AndroidThreads.h
Atomic.h
BitSet.h
ByteOrder.h
CallStack.h Use the new AndroidUnwinder object. 2022-05-10 17:19:12 -07:00
Compat.h Fix TEMP_FAILURE_RETRY on non-GNU C++ dialects 2022-03-16 20:54:31 +00:00
Condition.h
Debug.h
Endian.h
Errors.h Fix Errors.h on systems that define NO_ERROR 2022-03-16 02:15:04 +00:00
ErrorsMacros.h
FastStrcmp.h
FileMap.h
Flattenable.h
Functor.h
JenkinsHash.h
KeyedVector.h
LightRefBase.h
List.h
Log.h
Looper.h
LruCache.h Remove unnecessary std::unary_function base classes 2022-08-26 20:24:57 -07:00
Mutex.h
NativeHandle.h
Printer.h
ProcessCallStack.h
RWLock.h
RefBase.h libutils: Fix missing definition of shared_ptr and unique_ptr 2022-11-25 12:15:53 +05:30
Singleton.h
SortedVector.h
StopWatch.h
String8.h
String16.h
StrongPointer.h RefBase: test for stack check 2022-07-29 00:54:57 +00:00
SystemClock.h
Thread.h Doc Thread requirement. 2022-05-11 23:13:17 +00:00
ThreadDefs.h
Timers.h
Tokenizer.h
Trace.h
TypeHelpers.h
Unicode.h
Vector.h
VectorImpl.h
misc.h
threads.h