aboutsummaryrefslogtreecommitdiff
path: root/bbot/types
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-18 13:29:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-18 13:29:50 +0200
commit0e2f76b6f0ecb4b4c00a4c8001843b3c54bc08ad (patch)
tree3f0735a7b7e0be27823b23e24806fe9650548dc6 /bbot/types
parent1804e3e8cf3b8f1bb14e197dada1697c40bed144 (diff)
Finish agent and worker logic
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;