mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
5e059b7d1d
commit
c368021e37
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue