Skip to content

Commit b769b21

Browse files
committed
fix missing inlcude bit
1 parent 5d59130 commit b769b21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

targets/arm/rtos/cortex-m3.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <cstdint>
55
#include <cstddef>
66
#include <type_traits>
7+
#include <bit>
78

89
#include <klib/klib.hpp>
910
#include <klib/rtos/base_task.hpp>

0 commit comments

Comments
 (0)