summaryrefslogtreecommitdiffstatshomepage
path: root/mpy-cross/main.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-11-16 20:25:36 +1100
committerDamien George <damien.p.george@gmail.com>2016-11-16 20:25:36 +1100
commit85ae17c9938d65fe33835b72a8d98f2eda93605f (patch)
tree39037210d4c955e380f87061b30528974c232ed6 /mpy-cross/main.c
parent5bdf1650de782d766a648f992270306269cc985a (diff)
downloadmicropython-85ae17c9938d65fe33835b72a8d98f2eda93605f.tar.gz
micropython-85ae17c9938d65fe33835b72a8d98f2eda93605f.zip
mpy-cross: Get compiling after recent persistent code refactors.
Diffstat (limited to 'mpy-cross/main.c')
-rw-r--r--mpy-cross/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpy-cross/main.c b/mpy-cross/main.c
index 5e5bc73304..378c013c8d 100644
--- a/mpy-cross/main.c
+++ b/mpy-cross/main.c
@@ -32,6 +32,7 @@
#include "py/mpstate.h"
#include "py/compile.h"
+#include "py/persistentcode.h"
#include "py/runtime.h"
#include "py/gc.h"
#include "py/stackctrl.h"