Merge pull request #5912 from MikeDK/critical_section_lock_fix

CriticalSectionLock: fixing missing include
pull/5917/merge
Cruz Monrreal 2018-01-26 10:36:04 -06:00 committed by GitHub
commit b67b69ee54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#define MBED_CRITICALSECTIONLOCK_H
#include "platform/mbed_critical.h"
#include "platform/mbed_toolchain.h"
namespace mbed {