mirror of https://github.com/ARMmbed/mbed-os.git
Resolve build issue for unittest
Error Resolved here is: SingletonPtr.h:93:13: error: ‘NULL’ was not declared in this scopepull/8592/head
parent
c272377a81
commit
2df0289ae9
|
|
@ -23,6 +23,7 @@
|
|||
#ifndef SINGLETONPTR_H
|
||||
#define SINGLETONPTR_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <new>
|
||||
#include "platform/mbed_assert.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue