summaryrefslogtreecommitdiff
path: root/src/sexpr/lexer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sexpr/lexer.cpp')
-rw-r--r--src/sexpr/lexer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sexpr/lexer.cpp b/src/sexpr/lexer.cpp
index cc7087b..a032c92 100644
--- a/src/sexpr/lexer.cpp
+++ b/src/sexpr/lexer.cpp
@@ -19,6 +19,8 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "../strings/mstring.hpp"
+#include "../strings/vstring.hpp"
+#include "../strings/literal.hpp"
#include "../io/cxxstdio.hpp"