From 2133dadb63b9cce8048d450407fe9df22055c0e2 Mon Sep 17 00:00:00 2001 From: Neil Thiessen Date: Wed, 20 Jul 2016 16:14:20 -0600 Subject: [PATCH] [RTOS] Fixed missing include in RtosTimer.h Added missing include for the MBED_DEPRECATED macro. --- rtos/rtos/RtosTimer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rtos/rtos/RtosTimer.h b/rtos/rtos/RtosTimer.h index 03146edceb..5f133a3058 100644 --- a/rtos/rtos/RtosTimer.h +++ b/rtos/rtos/RtosTimer.h @@ -25,6 +25,7 @@ #include #include "cmsis_os.h" #include "Callback.h" +#include "toolchain.h" namespace rtos {