From f5adc6c0ee7965abcad4cc73d0f36d1ed3cba3cc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 29 Sep 2015 11:29:50 +0200 Subject: Complete pkg-status, rework object model --- bpkg/types | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bpkg/types') diff --git a/bpkg/types b/bpkg/types index e4e1340..a5bda0e 100644 --- a/bpkg/types +++ b/bpkg/types @@ -9,6 +9,7 @@ #include #include // shared_ptr, unique_ptr #include // size_t +#include // uint{8,16,32,64}_t #include #include @@ -20,6 +21,10 @@ namespace bpkg { // Commonly-used types. // + using std::uint8_t; + using std::uint16_t; + using std::uint32_t; + using std::uint64_t; using std::size_t; using std::string; -- cgit v1.1