summaryrefslogtreecommitdiff
path: root/src/expand/concat.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-09-25 21:23:07 +0800
committerJohn Hodge <tpg@mutabah.net>2016-09-25 21:23:07 +0800
commit36e197f903ba19229b35cdd7c5bea045ca34dcdc (patch)
tree547ffd0f02cf00ebaba9dd40caf51c809d65cb0e /src/expand/concat.cpp
parentadc6e7e42f05724d031c50d6d0092753e87cc79d (diff)
downloadmrust-36e197f903ba19229b35cdd7c5bea045ca34dcdc.tar.gz
Parse+AST - Support capturing :item (requires cloning AST items)
Diffstat (limited to 'src/expand/concat.cpp')
-rw-r--r--src/expand/concat.cpp1
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