Skip to content

Commit 11e2ca9

Browse files
committed
Add missing include
1 parent 96b363a commit 11e2ca9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/pico_sync/include/pico/critical_section.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#ifndef _PICO_CRITICAL_SECTION_H
88
#define _PICO_CRITICAL_SECTION_H
99

10+
#include "pico/platform/compiler.h"
1011
#include "pico/lock_core.h"
1112

1213
#ifdef __cplusplus

0 commit comments

Comments
 (0)