From b0cdff9e05f4af146a48eb8f41fcafc6e669acc4 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 20 Mar 2016 08:46:31 -0400 Subject: [PATCH] Lexer: Missing include --- src/Lexer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Lexer.h b/src/Lexer.h index 0a05c904..0e08cf52 100644 --- a/src/Lexer.h +++ b/src/Lexer.h @@ -30,6 +30,7 @@ #include #include #include +#include #include class Lexer