summaryrefslogtreecommitdiffstatshomepage
path: root/py/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/lexer.h')
-rw-r--r--py/lexer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/py/lexer.h b/py/lexer.h
index 7f8d93b1ea..c2d2b678a0 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 <stdint.h>
+
+#include "py/mpconfig.h"
+#include "py/qstr.h"
+
/* lexer.h -- simple tokeniser for Micro Python
*
* Uses (byte) length instead of null termination.