aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/adhoc-rule-cxx.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-06-28 09:18:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-06-28 09:18:14 +0200
commit6d0d0ea9b9767911e948703e0daca4722470fee8 (patch)
treeb186740880968ba847440146e2d6e1c2a19d4a3a /libbuild2/adhoc-rule-cxx.cxx
parent5ec97b3dada7388ddedeab34f91f2a2e5059925e (diff)
Minor tweaks and cleanups
Diffstat (limited to 'libbuild2/adhoc-rule-cxx.cxx')
-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 ad19481..e3dfe92 100644
--- a/libbuild2/adhoc-rule-cxx.cxx
+++ b/libbuild2/adhoc-rule-cxx.cxx
@@ -389,6 +389,7 @@ namespace build2
<< "#include <libbuild2/depdb.hxx>" << '\n'
<< "#include <libbuild2/scope.hxx>" << '\n'
<< "#include <libbuild2/target.hxx>" << '\n'
+ << "#include <libbuild2/recipe.hxx>" << '\n'
<< "#include <libbuild2/dyndep.hxx>" << '\n'
<< "#include <libbuild2/context.hxx>" << '\n'
<< "#include <libbuild2/variable.hxx>" << '\n'