summaryrefslogtreecommitdiff
path: root/src/macros.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-02-27 18:01:14 +0800
committerJohn Hodge <tpg@mutabah.net>2016-02-27 18:01:14 +0800
commit2fa788e26a8d2447be9b575111a9f7be26eaff93 (patch)
treefadde986d721b178917ab1bd9a5219075670668e /src/macros.hpp
parentdf62d33afdb267465caabf91abf340ce4884c443 (diff)
downloadmrust-2fa788e26a8d2447be9b575111a9f7be26eaff93.tar.gz
Parse - Macros in type position
Diffstat (limited to 'src/macros.hpp')
-rw-r--r--src/macros.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/macros.hpp b/src/macros.hpp
index b28370d9..d7efec1a 100644
--- a/src/macros.hpp
+++ b/src/macros.hpp
@@ -9,6 +9,10 @@
class MacroExpander;
+namespace AST {
+ class Module;
+}
+
class MacroRuleEnt:
public Serialisable
{