NRF52 BLE: Fix GCC C++11 include error

Change <memory> include to <new>

From: d001fb1c66
pull/6547/head
Marcus Chang 2018-03-05 09:04:57 -08:00
parent 8dd627621e
commit 97426d63e9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
#include <memory>
#include <new>
#include "nRF5XPalGattClient.h"