aboutsummaryrefslogtreecommitdiff
path: root/build2/types
diff options
context:
space:
mode:
Diffstat (limited to 'build2/types')
-rw-r--r--build2/types4
1 files changed, 3 insertions, 1 deletions
diff --git a/build2/types b/build2/types
index 783aff0..b4488bb 100644
--- a/build2/types
+++ b/build2/types
@@ -30,6 +30,7 @@
#include <butl/optional>
#include <butl/timestamp>
#include <butl/vector-view>
+#include <butl/small-vector>
namespace build2
{
@@ -56,7 +57,8 @@ namespace build2
using std::weak_ptr;
using std::vector;
- using butl::vector_view; // <butl/vector-view>
+ using butl::vector_view; // <butl/vector-view>
+ using butl::small_vector; // <butl/small-vector>
using strings = vector<string>;
using cstrings = vector<const char*>;