summaryrefslogtreecommitdiff
path: root/src/parse/parseerror.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/parseerror.hpp')
-rw-r--r--src/parse/parseerror.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/parseerror.hpp b/src/parse/parseerror.hpp
index b847ccc4..0a00f60a 100644
--- a/src/parse/parseerror.hpp
+++ b/src/parse/parseerror.hpp
@@ -2,7 +2,7 @@
#define PARSEERROR_HPP_INCLUDED
#include <stdexcept>
-#include "lex.hpp"
+#include "tokenstream.hpp"
#include <compile_error.hpp>
namespace ParseError {