diff options
Diffstat (limited to 'src/sexpr/lexer.hpp')
-rw-r--r-- | src/sexpr/lexer.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sexpr/lexer.hpp b/src/sexpr/lexer.hpp index 84c9e1d..f190f9f 100644 --- a/src/sexpr/lexer.hpp +++ b/src/sexpr/lexer.hpp @@ -21,6 +21,8 @@ # include "../sanity.hpp" +# include <vector> + # include "../strings/astring.hpp" # include "../strings/vstring.hpp" # include "../strings/xstring.hpp" |