Resolve build issue for unittest

Error Resolved here is:
SingletonPtr.h:93:13: error: ‘NULL’ was not declared in this scope
pull/8592/head
deepikabhavnani 2018-11-26 09:53:19 -06:00
parent c272377a81
commit 2df0289ae9
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#ifndef SINGLETONPTR_H
#define SINGLETONPTR_H
#include <stdlib.h>
#include <stdint.h>
#include <new>
#include "platform/mbed_assert.h"