Include mbed_assert.h in Queue

pull/13306/head
George Beckstein 2020-07-17 12:20:51 -04:00
parent 821631a7f9
commit e77cdffbaa
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include "rtos/Kernel.h"
#include "platform/mbed_error.h"
#include "platform/NonCopyable.h"
#include "platform/mbed_assert.h"
#if MBED_CONF_RTOS_PRESENT || defined(DOXYGEN_ONLY)