diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-31 14:17:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-11-03 12:43:44 +0200 |
commit | e612a49ef95cf9ce3d0b5496d724f73cae9aa333 (patch) | |
tree | aca5a1007423956524b4149bd0f95c6393691ba1 /libbuild2/forward.hxx | |
parent | f500b3274b4c937d315a652aad3bfcdd808b49ec (diff) |
Add line processing customization hook to in::rule
Diffstat (limited to 'libbuild2/forward.hxx')
-rw-r--r-- | libbuild2/forward.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libbuild2/forward.hxx b/libbuild2/forward.hxx index 4c9a50f..d2b8989 100644 --- a/libbuild2/forward.hxx +++ b/libbuild2/forward.hxx @@ -79,6 +79,10 @@ namespace build2 // struct attribute; struct attributes; + + // <libbuild2/depbd.hxx> + // + class depdb; } #endif // LIBBUILD2_FORWARD_HXX |