diff options
Diffstat (limited to 'src/expand/concat.cpp')
-rw-r--r-- | src/expand/concat.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expand/concat.cpp b/src/expand/concat.cpp index 1838df30..61840065 100644 --- a/src/expand/concat.cpp +++ b/src/expand/concat.cpp @@ -5,6 +5,7 @@ #include "../parse/parseerror.hpp" #include "../parse/tokentree.hpp" #include "../parse/lex.hpp" +#include <ast/expr.hpp> class CConcatExpander: public ExpandProcMacro |