Skip to content

Commit 11eb092

Browse files
committed
Include mbed_assert.h in Queue
1 parent 338e5ea commit 11eb092

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rtos/Queue.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include "rtos/Kernel.h"
3030
#include "platform/mbed_error.h"
3131
#include "platform/NonCopyable.h"
32+
#include "platform/mbed_assert.h"
3233

3334
#if MBED_CONF_RTOS_PRESENT || defined(DOXYGEN_ONLY)
3435

0 commit comments

Comments
 (0)