aboutsummaryrefslogtreecommitdiff
path: root/build2/types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-07-28 09:28:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-07-28 09:28:28 +0200
commite84eedc54348e268ca95200b70caede9884076ea (patch)
tree47adec094b24d8cb6934bbf28434e746ad9f564f /build2/types.hxx
parent566bcb8c4c36d12e398f00349c5f27cae06fa7a9 (diff)
Add support for custom data storage in target::preprequisite_targets
Diffstat (limited to 'build2/types.hxx')
-rw-r--r--build2/types.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/types.hxx b/build2/types.hxx
index 8657ee6..374a3eb 100644
--- a/build2/types.hxx
+++ b/build2/types.hxx
@@ -53,6 +53,7 @@ namespace build2
using std::uint16_t;
using std::uint32_t;
using std::uint64_t;
+ using std::uintptr_t;
using std::size_t;
using std::nullptr_t;