commit | 890f0649902767e93eeac2c7fbad6bacde21ece1 | [log] [tgz] |
---|---|---|
author | Biswapriyo Nath <nathbappai@gmail.com> | Fri Nov 25 12:15:47 2022 +0530 |
committer | Biswapriyo Nath <nathbappai@gmail.com> | Fri Nov 25 12:15:53 2022 +0530 |
tree | d4a89b8280684543adda26b8686b55ddfe441db8 | |
parent | ccf13942e05ce18c1365f4d8703de6d8fd1c6e6d [diff] |
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