SPIFBlockDevice.h: include SingletonPtr.h

SPIFBlockDevice was using SingletonPtr without an include,
and only getting it via SPI.h.

Spotted while changing SPI to not use SingletonPtr - now
abandoned, but still this shouldn't have been relying on it.
pull/9469/head
Kevin Bracey 2019-02-05 16:13:12 +02:00
parent 5e059b7d1d
commit c368021e37
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#ifndef MBED_SPIF_BLOCK_DEVICE_H
#define MBED_SPIF_BLOCK_DEVICE_H
#include "platform/SingletonPtr.h"
#include "SPI.h"
#include "DigitalOut.h"
#include "BlockDevice.h"