From 7ee7fab4ee1c1b80c3b6b7b683eaf8d41f1d737b Mon Sep 17 00:00:00 2001 From: Jun-Ru Chang Date: Wed, 28 Jan 2015 18:55:37 +0800 Subject: [PATCH] Include missing header file MBED_ASSERT was defined in mbed_assert.h. Signed-off-by: Jun-Ru Chang --- libraries/mbed/common/BusIn.cpp | 1 + libraries/mbed/common/BusInOut.cpp | 1 + libraries/mbed/common/BusOut.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/libraries/mbed/common/BusIn.cpp b/libraries/mbed/common/BusIn.cpp index 56885ba9db..ea67cbcb80 100644 --- a/libraries/mbed/common/BusIn.cpp +++ b/libraries/mbed/common/BusIn.cpp @@ -14,6 +14,7 @@ * limitations under the License. */ #include "BusIn.h" +#include "mbed_assert.h" namespace mbed { diff --git a/libraries/mbed/common/BusInOut.cpp b/libraries/mbed/common/BusInOut.cpp index 3e56e61729..5575f90d41 100644 --- a/libraries/mbed/common/BusInOut.cpp +++ b/libraries/mbed/common/BusInOut.cpp @@ -14,6 +14,7 @@ * limitations under the License. */ #include "BusInOut.h" +#include "mbed_assert.h" namespace mbed { diff --git a/libraries/mbed/common/BusOut.cpp b/libraries/mbed/common/BusOut.cpp index 7368c00e6a..4277c57272 100644 --- a/libraries/mbed/common/BusOut.cpp +++ b/libraries/mbed/common/BusOut.cpp @@ -14,6 +14,7 @@ * limitations under the License. */ #include "BusOut.h" +#include "mbed_assert.h" namespace mbed {