We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df8089 commit 913ced7Copy full SHA for 913ced7
drivers/FileBase.h
@@ -40,9 +40,7 @@ typedef long off_t;
40
# include <sys/syslimits.h>
41
#endif
42
43
-#include "PlatformMutex.h"
44
-#include "SingletonPtr.h"
45
+#include "mbed_platform.h"
46
47
namespace mbed {
48
platform/SingletonPtr.h
@@ -17,6 +17,7 @@
17
#define SINGLETONPTR_H
18
19
#include <stdint.h>
20
+#include <stddef.h>
21
#include <new>
22
#include "mbed_assert.h"
23
#ifdef MBED_CONF_RTOS_PRESENT
0 commit comments