diff options
Diffstat (limited to 'py/objcell.c')
-rw-r--r-- | py/objcell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/objcell.c b/py/objcell.c index 264125bf3a..04c7f36851 100644 --- a/py/objcell.c +++ b/py/objcell.c @@ -5,6 +5,7 @@ #include "nlr.h" #include "misc.h" #include "mpconfig.h" +#include "qstr.h" #include "obj.h" #include "runtime.h" |