diff options
Diffstat (limited to 'libbuild2/cc/common.hxx')
-rw-r--r-- | libbuild2/cc/common.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/cc/common.hxx b/libbuild2/cc/common.hxx index 017573d..2d2145a 100644 --- a/libbuild2/cc/common.hxx +++ b/libbuild2/cc/common.hxx @@ -320,7 +320,8 @@ namespace build2 const function<bool (const target&, const string&, bool, bool)>&, bool = false, library_cache* = nullptr, - small_vector<const target*, 24>* = nullptr) const; + small_vector<const target*, 24>* = nullptr, + vector<const target*>* = nullptr) const; const target* search_library (action a, |