diff options
Diffstat (limited to 'py/objnone.c')
-rw-r--r-- | py/objnone.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/objnone.c b/py/objnone.c index 84d0ba164c..ecc7c4b4e7 100644 --- a/py/objnone.c +++ b/py/objnone.c @@ -4,6 +4,7 @@ #include "nlr.h" #include "misc.h" #include "mpconfig.h" +#include "qstr.h" #include "obj.h" typedef struct _mp_obj_none_t { |