Adds missing include required by fixed-width format specifiers

pull/11419/head
Veijo Pesonen 2019-09-05 13:19:52 +03:00
parent e001216b55
commit 6e26b74fdb
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include "mbed_critical.h"
#include <string.h>
#include <inttypes.h>
#include "mbed_trace.h"
#include "mbed_debug.h"