From 53d082d06f4d89930b0689defec121630e21150f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 24 Jan 2023 13:38:41 +0200 Subject: Add std::back_inserter() to utility.hxx --- libbuild2/utility.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libbuild2/utility.hxx b/libbuild2/utility.hxx index e27eec2..2cb0738 100644 --- a/libbuild2/utility.hxx +++ b/libbuild2/utility.hxx @@ -9,7 +9,7 @@ #include // to_string() #include // move(), forward(), declval(), make_pair(), swap() #include // assert() -#include // make_move_iterator() +#include // make_move_iterator(), back_inserter() #include // * #include // ref(), cref() #include @@ -51,6 +51,7 @@ namespace build2 using std::make_tuple; using std::make_shared; using std::make_move_iterator; + using std::back_inserter; using std::to_string; using std::stoul; using std::stoull; -- cgit v1.1