aboutsummaryrefslogtreecommitdiff
path: root/build2/types
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-12-09 17:29:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-12-09 17:29:27 +0200
commitea22643b2217921df74ea14df47d7c83987d5761 (patch)
tree91480771997be1b7f92f46ee404c266e0f4dcd76 /build2/types
parent1a9d610051cd48c98fb71a570a0871b4e073cec9 (diff)
Initial parallel scheduler implementation, use to run testscrips
Diffstat (limited to 'build2/types')
-rw-r--r--build2/types2
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/types b/build2/types
index c73da73..fb4cfbb 100644
--- a/build2/types
+++ b/build2/types
@@ -5,6 +5,7 @@
#ifndef BUILD2_TYPES
#define BUILD2_TYPES
+#include <array>
#include <tuple>
#include <vector>
#include <string>
@@ -56,6 +57,7 @@ namespace build2
using std::shared_ptr;
using std::weak_ptr;
+ using std::array;
using std::vector;
using butl::vector_view; // <butl/vector-view>
using butl::small_vector; // <butl/small-vector>