aboutsummaryrefslogtreecommitdiff
path: root/build2/types
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-11-10 00:26:54 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-11-15 16:46:10 +0300
commita7efabf301f23364ac2335c80c5e1e712bc43204 (patch)
treedded192f09627702bc8e0566c5c6032825d6920c /build2/types
parent05b1d9e89a94ee5594168073b8dc363fada987f1 (diff)
Add cat, false and true builtins
Diffstat (limited to 'build2/types')
-rw-r--r--build2/types3
1 files changed, 3 insertions, 0 deletions
diff --git a/build2/types b/build2/types
index 9b3dbc7..783aff0 100644
--- a/build2/types
+++ b/build2/types
@@ -8,6 +8,7 @@
#include <tuple>
#include <vector>
#include <string>
+#include <future>
#include <memory> // unique_ptr, shared_ptr
#include <utility> // pair, move()
#include <cstddef> // size_t, nullptr_t
@@ -63,6 +64,8 @@ namespace build2
using std::istream;
using std::ostream;
+ using std::future;
+
// Exceptions. While <exception> is included, there is no using for
// std::exception -- use qualified.
//