aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/forward.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-06-03 08:39:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-06-03 08:39:36 +0200
commitbc3c8492f129d9295c9ef6c325bf2c99e88ca73e (patch)
tree79fa0ccfbf030568caa2d521f3bc3dbc613d4796 /libbuild2/forward.hxx
parent7368566619bc990b69f90a4828be2966854fa785 (diff)
Factor implementation-specific ad hoc recipe parsing to adhoc_*_rule
Diffstat (limited to 'libbuild2/forward.hxx')
-rw-r--r--libbuild2/forward.hxx5
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