diff options
Diffstat (limited to 'py/objrange.c')
-rw-r--r-- | py/objrange.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/objrange.c b/py/objrange.c index a2a0e67b00..1fff327ab7 100644 --- a/py/objrange.c +++ b/py/objrange.c @@ -4,6 +4,7 @@ #include "nlr.h" #include "misc.h" #include "mpconfig.h" +#include "qstr.h" #include "obj.h" /******************************************************************************/ |