mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #6115 from andrewleech/nRF5XPalGattClient_include_new
NRF5x: Fix `error_t` conflict with gcc std>=gnu++11pull/5966/merge
commit
3fec23e505
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <memory>
|
||||
#include <new>
|
||||
|
||||
#include "nRF5XPalGattClient.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue