mirror of https://github.com/ARMmbed/mbed-os.git
NRF52 BLE: Fix GCC C++11 include error
Change <memory> include to <new>
From: d001fb1c66
pull/6547/head
parent
8dd627621e
commit
97426d63e9
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <memory>
|
||||
#include <new>
|
||||
|
||||
#include "nRF5XPalGattClient.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue