From 51dfcb4bb7613ed164952712d9a5235a7b833cde Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 1 Jan 2015 20:27:54 +0000 Subject: py: Move to guarded includes, everywhere in py/ core. Addresses issue #1022. --- py/emitglue.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'py/emitglue.h') diff --git a/py/emitglue.h b/py/emitglue.h index 60ccd6740..6e7e72ef5 100644 --- a/py/emitglue.h +++ b/py/emitglue.h @@ -26,6 +26,8 @@ #ifndef __MICROPY_INCLUDED_PY_EMITGLUE_H__ #define __MICROPY_INCLUDED_PY_EMITGLUE_H__ +#include "py/obj.h" + // These variables and functions glue the code emitters to the runtime. typedef enum { -- cgit v1.2.3