Skip to content

Commit d001fb1

Browse files
committed
Avoid importing <memory> as this causes a typedef conflict on error_t whien compiling with gcc "-std=gnu++11" or above
1 parent f95730f commit d001fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF5/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)