Avoid importing <memory> as this causes a typedef conflict on `error_t` whien compiling with gcc "-std=gnu++11" or above

pull/6115/head
Andrew Leech 2018-02-16 12:09:07 +11:00
parent f95730f207
commit d001fb1c66
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
#include <memory>
#include <new>
#include "nRF5XPalGattClient.h"