Replace an #include directive in src/headers/lex.hpp.

This commit is contained in:
Username404-59 2021-03-19 13:52:57 +01:00
parent c362f422cd
commit 60f88896a4
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
#include <memory> #include <memory>
#include <vector> #include <vector>
#include <sstream> #include <string>
#include <ostream>
struct tok { struct tok {
enum type { enum type {