From 098460199c35218979e207a1709111e477ab9567 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Oct 2015 09:13:37 +0200 Subject: build command genesis, some re-factoring --- bpkg/utility | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bpkg/utility') diff --git a/bpkg/utility b/bpkg/utility index 02d447c..b07d502 100644 --- a/bpkg/utility +++ b/bpkg/utility @@ -5,6 +5,7 @@ #ifndef BPKG_UTILITY #define BPKG_UTILITY +#include // make_shared() #include #include // move() #include // uncaught_exception () @@ -16,6 +17,7 @@ namespace bpkg { using std::move; + using std::make_shared; // Filesystem. // -- cgit v1.1