summaryrefslogtreecommitdiff
path: root/apps/interpreters/micropython/pyexec.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/interpreters/micropython/pyexec.h')
-rw-r--r--apps/interpreters/micropython/pyexec.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/interpreters/micropython/pyexec.h b/apps/interpreters/micropython/pyexec.h
index 3ef5b3673..07993a868 100644
--- a/apps/interpreters/micropython/pyexec.h
+++ b/apps/interpreters/micropython/pyexec.h
@@ -31,6 +31,12 @@
#define __APPS_INTERPRETERS_MICROPYTHON_PYEXEC_H 1
/****************************************************************************
+ * Included Files
+ ****************************************************************************/
+
+#include "py/obj.h"
+
+/****************************************************************************
* Pre-processor Definitions
****************************************************************************/