diff options
Diffstat (limited to 'src/parse/parseerror.hpp')
-rw-r--r-- | src/parse/parseerror.hpp | 2 |
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 {
|