aboutsummaryrefslogtreecommitdiffstats
path: root/src/lex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lex.cpp')
-rw-r--r--src/lex.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lex.cpp b/src/lex.cpp
index b5c89e9..597ca34 100644
--- a/src/lex.cpp
+++ b/src/lex.cpp
@@ -19,6 +19,7 @@
* @brief Lexing (build an unparsed textual AST from a string)
*/
+#include <stdio.h>
#include <stack>
#include "tuplr.hpp"