Include `mstd_utility` to get in front of the ARMC5's built-in `utility`

pull/11236/head
Hugues Kamba 2019-08-19 09:57:48 +01:00
parent 9cc816d6a0
commit 7ec84a89d1
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#ifndef MBED_TICKER_H
#define MBED_TICKER_H
#include <mstd_utility>
#include "drivers/TimerEvent.h"
#include "platform/Callback.h"
#include "platform/mbed_toolchain.h"