diff options
Diffstat (limited to 'libbuild2/forward.hxx')
-rw-r--r-- | libbuild2/forward.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libbuild2/forward.hxx b/libbuild2/forward.hxx index 1679b4a..4443610 100644 --- a/libbuild2/forward.hxx +++ b/libbuild2/forward.hxx @@ -70,6 +70,11 @@ namespace build2 // <libbuild2/context.hxx> // class context; + + // <libbuild2/parser.hxx> + // + struct attribute; + struct attributes; } #endif // LIBBUILD2_FORWARD_HXX |