aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/types')
-rw-r--r--bpkg/types4
1 files changed, 3 insertions, 1 deletions
diff --git a/bpkg/types b/bpkg/types
index d66f9fb..0394d56 100644
--- a/bpkg/types
+++ b/bpkg/types
@@ -15,7 +15,9 @@ namespace bpkg
{
// Commonly-used types.
//
- using strings = std::vector<std::string>;
+ using std::string;
+
+ using strings = std::vector<string>;
using cstrings = std::vector<const char*>;
// <butl/path>