aboutsummaryrefslogtreecommitdiff
path: root/bpkg/system-package-manager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/system-package-manager.hxx')
-rw-r--r--bpkg/system-package-manager.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/bpkg/system-package-manager.hxx b/bpkg/system-package-manager.hxx
index 4f01d1d..131c670 100644
--- a/bpkg/system-package-manager.hxx
+++ b/bpkg/system-package-manager.hxx
@@ -10,6 +10,7 @@
#include <bpkg/types.hxx>
#include <bpkg/utility.hxx>
+#include <bpkg/package.hxx>
#include <bpkg/host-os-release.hxx>
namespace bpkg
@@ -71,8 +72,8 @@ namespace bpkg
// something more elaborate, like translate version_id to the like_id's
// version and try that).
//
- static vector<string>
- system_package_names (/*const available_packages&,*/
+ static strings
+ system_package_names (const available_packages&,
const string& name_id,
const string& version_id,
const string& like_id);