From 2fca6d23f87304ceed78e93d2a52d137c5ffd0c7 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 26 Apr 2023 21:34:12 +0300 Subject: Add support for build artifacts upload in agent --- bbot/utility.hxx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'bbot/utility.hxx') diff --git a/bbot/utility.hxx b/bbot/utility.hxx index 35136bd..9bc517c 100644 --- a/bbot/utility.hxx +++ b/bbot/utility.hxx @@ -4,11 +4,12 @@ #ifndef BBOT_UTILITY_HXX #define BBOT_UTILITY_HXX -#include // make_shared() -#include // to_string(), stoull() -#include // move(), forward(), declval(), make_pair() -#include // assert() -#include // make_move_iterator() +#include // make_shared() +#include // to_string(), stoull() +#include // move(), forward(), declval(), make_pair() +#include // assert() +#include // make_move_iterator() +#include // * #include -- cgit v1.1