From 9b04617d04fbba1804ad529d1ab816e214b060fe Mon Sep 17 00:00:00 2001 From: adbridge Date: Thu, 28 Jan 2021 16:34:15 +0000 Subject: [PATCH] Expose the public Stream API Stream.h contains a public API which is not currently exposed via mbed.h (when it should be). This commit fixes this. --- mbed.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mbed.h b/mbed.h index 8ed61789e5..dc20a69ea0 100644 --- a/mbed.h +++ b/mbed.h @@ -104,6 +104,7 @@ #include "platform/ScopedRomWriteLock.h" #include "platform/ScopedRamExecutionLock.h" #include "platform/mbed_stats.h" +#include "platform/Stream.h" // mbed Non-hardware components #include "platform/Callback.h"