summaryrefslogtreecommitdiff
path: root/src/parse/lex.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/lex.hpp')
-rw-r--r--src/parse/lex.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/parse/lex.hpp b/src/parse/lex.hpp
index 937be516..0dc94d12 100644
--- a/src/parse/lex.hpp
+++ b/src/parse/lex.hpp
@@ -8,7 +8,9 @@
#ifndef LEX_HPP_INCLUDED
#define LEX_HPP_INCLUDED
-#include "../types.hpp"
+#include <debug.hpp>
+#include <serialise.hpp>
+#include "../coretypes.hpp"
#include <string>
#include <fstream>