mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11419 from VeijoPesonen/fix_missing_include
Adds missing include required by fixed-width format specifierspull/11431/head
commit
2fc546a050
|
@ -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