diff options
Diffstat (limited to 'py')
-rw-r--r-- | py/mpstate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/mpstate.h b/py/mpstate.h index e966bc80de..10a5db8194 100644 --- a/py/mpstate.h +++ b/py/mpstate.h @@ -32,6 +32,7 @@ #include "py/misc.h" #include "py/nlr.h" #include "py/obj.h" +#include "py/objlist.h" // in case port needs mp_obj_list_t in root pointers #include "py/objexcept.h" // This file contains structures defining the state of the Micro Python |