From ea22643b2217921df74ea14df47d7c83987d5761 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 9 Dec 2016 17:29:27 +0200 Subject: Initial parallel scheduler implementation, use to run testscrips --- build2/types | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build2/types') 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 #include #include #include @@ -56,6 +57,7 @@ namespace build2 using std::shared_ptr; using std::weak_ptr; + using std::array; using std::vector; using butl::vector_view; // using butl::small_vector; // -- cgit v1.1