Skip to content

Commit 8a9fe61

Browse files
committed
[architecture] Fix missing include in register.hpp
1 parent 835b50d commit 8a9fe61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modm/architecture/interface/register.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <stdint.h>
1818
#include <modm/math/utils/bit_constants.hpp>
1919
#include <modm/architecture/detect.hpp>
20+
#include <modm/architecture/utils.hpp>
2021
#if MODM_HAS_IOSTREAM
2122
#include <modm/io/iostream.hpp>
2223
#endif

0 commit comments

Comments
 (0)