Merge pull request #6115 from andrewleech/nRF5XPalGattClient_include_new

NRF5x: Fix `error_t` conflict with gcc std>=gnu++11
pull/5966/merge
Martin Kojtal 2018-02-19 17:19:09 +01:00 committed by GitHub
commit 3fec23e505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"