Skip to content

Commit cbfae38

Browse files
committed
fixed missing include in CriticalSectionLock.h (macro MBED_DEPRECATED_SINCE not defined)
1 parent a5e9868 commit cbfae38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/CriticalSectionLock.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#define MBED_CRITICALSECTIONLOCK_H
2020

2121
#include "platform/mbed_critical.h"
22+
#include "platform/mbed_toolchain.h"
2223

2324
namespace mbed {
2425

0 commit comments

Comments
 (0)