Skip to content

Commit 9f2fd05

Browse files
author
Marcus Chang
committed
NRF52 BLE: Fix GCC C++11 include error
Change <memory> include to <new> From: d001fb1
1 parent d3a1497 commit 9f2fd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF5x/source/nRF5XPalGattClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include <memory>
17+
#include <new>
1818

1919
#include "nRF5XPalGattClient.h"
2020

0 commit comments

Comments
 (0)