aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-07-26 07:14:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-07-26 07:14:02 +0200
commit49f67e4f7b5fed225c09ca411751b10ad3722a41 (patch)
tree7368a68eadf37b60676f77476ba411d9969a33b1
parentda0f039bba72f43701fe1dd15320152010984406 (diff)
Add <libbuild2/dyndep.hxx> to list of headers pre-included for C++ recipes
-rw-r--r--libbuild2/adhoc-rule-cxx.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/adhoc-rule-cxx.cxx b/libbuild2/adhoc-rule-cxx.cxx
index dc795df..8230fd8 100644
--- a/libbuild2/adhoc-rule-cxx.cxx
+++ b/libbuild2/adhoc-rule-cxx.cxx
@@ -377,6 +377,7 @@ namespace build2
<< "#include <libbuild2/depdb.hxx>" << '\n'
<< "#include <libbuild2/scope.hxx>" << '\n'
<< "#include <libbuild2/target.hxx>" << '\n'
+ << "#include <libbuild2/dyndep.hxx>" << '\n'
<< "#include <libbuild2/context.hxx>" << '\n'
<< "#include <libbuild2/variable.hxx>" << '\n'
<< "#include <libbuild2/algorithm.hxx>" << '\n'