aboutsummaryrefslogtreecommitdiff
path: root/build2/types
diff options
context:
space:
mode:
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>