From 6e26b74fdbb9012587dc2a79880633c55893e121 Mon Sep 17 00:00:00 2001 From: Veijo Pesonen Date: Thu, 5 Sep 2019 13:19:52 +0300 Subject: [PATCH] Adds missing include required by fixed-width format specifiers --- .../storage/blockdevice/COMPONENT_SPIF/SPIFBlockDevice.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/components/storage/blockdevice/COMPONENT_SPIF/SPIFBlockDevice.cpp b/components/storage/blockdevice/COMPONENT_SPIF/SPIFBlockDevice.cpp index e07ad8cf56..6cca2538a0 100644 --- a/components/storage/blockdevice/COMPONENT_SPIF/SPIFBlockDevice.cpp +++ b/components/storage/blockdevice/COMPONENT_SPIF/SPIFBlockDevice.cpp @@ -19,6 +19,7 @@ #include "mbed_critical.h" #include +#include #include "mbed_trace.h" #include "mbed_debug.h"