mirror of https://github.com/ARMmbed/mbed-os.git
Adds missing include required by fixed-width format specifiers
parent
e001216b55
commit
6e26b74fdb
|
@ -19,6 +19,7 @@
|
|||
#include "mbed_critical.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "mbed_trace.h"
|
||||
#include "mbed_debug.h"
|
||||
|
|
Loading…
Reference in New Issue