Skip to content

Commit b67b69e

Browse files
authored
Merge pull request #5912 from MikeDK/critical_section_lock_fix
CriticalSectionLock: fixing missing include
2 parents ce87bda + b3a9af4 commit b67b69e

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)