From 7a528eab1561b0d0d4ec29f98355fe67025ea632 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 21 Nov 2016 11:56:00 +0200 Subject: Add support for derived-to-base function overload resolution --- build2/types | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build2/types') diff --git a/build2/types b/build2/types index 783aff0..b4488bb 100644 --- a/build2/types +++ b/build2/types @@ -30,6 +30,7 @@ #include #include #include +#include namespace build2 { @@ -56,7 +57,8 @@ namespace build2 using std::weak_ptr; using std::vector; - using butl::vector_view; // + using butl::vector_view; // + using butl::small_vector; // using strings = vector; using cstrings = vector; -- cgit v1.1