From be70130f3e2cc2edbd3c1268ffd5d553ee49b2f7 Mon Sep 17 00:00:00 2001 From: Yogesh Pande Date: Mon, 29 Aug 2016 14:49:29 +0300 Subject: [PATCH] Fix failing compilation for mbed-os This commit fixes issue https://github.com/ARMmbed/mbed-os/issues/2569 This commit has to go in coming mbed-os release else the build is broken. --- .../mbed-client-classic/source/m2mconnectionhandlerpimpl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/features/FEATURE_CLIENT/mbed-client-classic/source/m2mconnectionhandlerpimpl.cpp b/features/FEATURE_CLIENT/mbed-client-classic/source/m2mconnectionhandlerpimpl.cpp index 73135205b7..8a061b987d 100644 --- a/features/FEATURE_CLIENT/mbed-client-classic/source/m2mconnectionhandlerpimpl.cpp +++ b/features/FEATURE_CLIENT/mbed-client-classic/source/m2mconnectionhandlerpimpl.cpp @@ -27,6 +27,7 @@ #include "eventOS_scheduler.h" #include "mbed-trace/mbed_trace.h" +#include "mbed.h" #define TRACE_GROUP "mClt"