summaryrefslogtreecommitdiffstatshomepage
path: root/py/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/vm.c')
-rw-r--r--py/vm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/vm.c b/py/vm.c
index 75c21d1b3c..c41146ac8f 100644
--- a/py/vm.c
+++ b/py/vm.c
@@ -7,6 +7,7 @@
#include "nlr.h"
#include "misc.h"
#include "mpconfig.h"
+#include "qstr.h"
#include "obj.h"
#include "runtime.h"
#include "bc0.h"