aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-22 13:41:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-22 13:41:54 +0200
commit738050f2a71b2f0d094a692cc48c94653b82287f (patch)
tree874b79e5017be0aefde4f9427ecf6fc95cbe36be /bpkg/types
parent221f0250fcd7cba4fa4b5e4fd6c0d410eb6e5811 (diff)
Implement rep-fetch command
Diffstat (limited to 'bpkg/types')
-rw-r--r--bpkg/types2
1 files changed, 2 insertions, 0 deletions
diff --git a/bpkg/types b/bpkg/types
index 97b9ed9..e4e1340 100644
--- a/bpkg/types
+++ b/bpkg/types
@@ -8,6 +8,7 @@
#include <vector>
#include <string>
#include <memory> // shared_ptr, unique_ptr
+#include <cstddef> // size_t
#include <ostream>
#include <odb/lazy-ptr.hxx>
@@ -19,6 +20,7 @@ namespace bpkg
{
// Commonly-used types.
//
+ using std::size_t;
using std::string;
using strings = std::vector<string>;