aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/types.hxx')
-rw-r--r--libbuild2/types.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/types.hxx b/libbuild2/types.hxx
index 65e0918..dcf1a30 100644
--- a/libbuild2/types.hxx
+++ b/libbuild2/types.hxx
@@ -65,9 +65,11 @@ namespace build2
using std::uint8_t;
using std::uint16_t;
using std::uint32_t;
+ using std::int64_t;
using std::uint64_t;
using std::uintptr_t;
+ using int64s = std::vector<int64_t>;
using uint64s = std::vector<uint64_t>;
using std::size_t;