aboutsummaryrefslogtreecommitdiff
path: root/bbot/types
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/types')
-rw-r--r--bbot/types10
1 files changed, 10 insertions, 0 deletions
diff --git a/bbot/types b/bbot/types
index e6ad1fb..e4af01e 100644
--- a/bbot/types
+++ b/bbot/types
@@ -22,6 +22,8 @@
#include <butl/path>
#include <butl/optional>
+#include <butl/vector-view>
+#include <butl/small-vector>
namespace bbot
{
@@ -66,6 +68,14 @@ namespace bbot
using butl::optional;
using butl::nullopt;
+ // <butl/vector-view>
+ //
+ using butl::vector_view;
+
+ // <butl/small-vector>
+ //
+ using butl::small_vector;
+
// <butl/path>
//
using butl::path;