From 738050f2a71b2f0d094a692cc48c94653b82287f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Sep 2015 13:41:54 +0200 Subject: Implement rep-fetch command --- bpkg/types | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bpkg/types') diff --git a/bpkg/types b/bpkg/types index 97b9ed9..e4e1340 100644 --- a/bpkg/types +++ b/bpkg/types @@ -8,6 +8,7 @@ #include #include #include // shared_ptr, unique_ptr +#include // size_t #include #include @@ -19,6 +20,7 @@ namespace bpkg { // Commonly-used types. // + using std::size_t; using std::string; using strings = std::vector; -- cgit v1.1