summaryrefslogtreecommitdiff
path: root/src/expand/concat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expand/concat.cpp')
-rw-r--r--src/expand/concat.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/expand/concat.cpp b/src/expand/concat.cpp
index c15be18b..7475325a 100644
--- a/src/expand/concat.cpp
+++ b/src/expand/concat.cpp
@@ -9,7 +9,8 @@
#include "../parse/common.hpp"
#include "../parse/parseerror.hpp"
#include "../parse/tokentree.hpp"
-#include "../parse/lex.hpp"
+#include "../parse/ttstream.hpp"
+#include "../parse/lex.hpp" // For Codepoint
#include <ast/expr.hpp>
class CConcatExpander: