diff options
Diffstat (limited to 'src/macros.hpp')
-rw-r--r-- | src/macros.hpp | 4 |
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
{
|