diff options
Diffstat (limited to 'py/parse.h')
-rw-r--r-- | py/parse.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/py/parse.h b/py/parse.h index 4006223181..4e7f2b9d19 100644 --- a/py/parse.h +++ b/py/parse.h @@ -26,6 +26,10 @@ #ifndef __MICROPY_INCLUDED_PY_PARSE_H__ #define __MICROPY_INCLUDED_PY_PARSE_H__ +#include <stdint.h> + +#include "py/mpconfig.h" + struct _mp_lexer_t; // a mp_parse_node_t is: |