diff --git a/core/embed/rust/src/micropython/macros.rs b/core/embed/rust/src/micropython/macros.rs index f549fdf53b..9f8bb5bf5b 100644 --- a/core/embed/rust/src/micropython/macros.rs +++ b/core/embed/rust/src/micropython/macros.rs @@ -180,7 +180,7 @@ macro_rules! obj_module { #[allow(unused_unsafe)] #[allow(unused_doc_comments)] unsafe { - use $crate::micropython::ffi; + use $crate::micropython::{ffi, map::Map}; static DICT: ffi::mp_obj_dict_t = ffi::mp_obj_dict_t { base: ffi::mp_obj_base_t {