mirror of https://github.com/ARMmbed/mbed-os.git
Avoid importing <memory> as this causes a typedef conflict on `error_t` whien compiling with gcc "-std=gnu++11" or above
parent
f95730f207
commit
d001fb1c66
|
@ -14,7 +14,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <memory>
|
#include <new>
|
||||||
|
|
||||||
#include "nRF5XPalGattClient.h"
|
#include "nRF5XPalGattClient.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue