diff options
Diffstat (limited to 'src/expand/format_args.cpp')
-rw-r--r-- | src/expand/format_args.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expand/format_args.cpp b/src/expand/format_args.cpp index 4857a6c2..6881e19a 100644 --- a/src/expand/format_args.cpp +++ b/src/expand/format_args.cpp @@ -10,7 +10,7 @@ #include "../parse/common.hpp" #include "../parse/parseerror.hpp" #include "../parse/tokentree.hpp" -#include "../parse/lex.hpp" +#include "../parse/ttstream.hpp" #include "../parse/interpolated_fragment.hpp" #include <ast/crate.hpp> // for m_load_std #include <ast/expr.hpp> // for ExprNode_* |