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/lexer.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'py/lexer.h') diff --git a/py/lexer.h b/py/lexer.h index 7f8d93b1e..c2d2b678a 100644 --- a/py/lexer.h +++ b/py/lexer.h @@ -26,6 +26,11 @@ #ifndef __MICROPY_INCLUDED_PY_LEXER_H__ #define __MICROPY_INCLUDED_PY_LEXER_H__ +#include + +#include "py/mpconfig.h" +#include "py/qstr.h" + /* lexer.h -- simple tokeniser for Micro Python * * Uses (byte) length instead of null termination. -- cgit v1.2.3