From 299c4e373d2c2642a8e4c3537eb0436c5a6b9c09 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Sep 2015 13:53:52 +0200 Subject: Add std::shared_ptr to common types --- bpkg/types | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bpkg/types') diff --git a/bpkg/types b/bpkg/types index 4110ed8..a5fe114 100644 --- a/bpkg/types +++ b/bpkg/types @@ -7,6 +7,7 @@ #include #include +#include // shared_ptr #include #include @@ -21,6 +22,8 @@ namespace bpkg using strings = std::vector; using cstrings = std::vector; + using std::shared_ptr; + using butl::optional; // -- cgit v1.1