Merge pull request #11419 from VeijoPesonen/fix_missing_include

Adds missing include required by fixed-width format specifiers
pull/11431/head
Martin Kojtal 2019-09-06 10:57:48 +02:00 committed by GitHub
commit 2fc546a050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"