From 58357d79110a925dcb3cdc734d812f17b6465c17 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 24 Jun 2020 22:12:01 +0300 Subject: Fix build order for test and main packages --- bpkg/utility.hxx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'bpkg/utility.hxx') diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx index e891f21..4360118 100644 --- a/bpkg/utility.hxx +++ b/bpkg/utility.hxx @@ -4,12 +4,13 @@ #ifndef BPKG_UTILITY_HXX #define BPKG_UTILITY_HXX -#include // make_shared() -#include // to_string() -#include // strcmp(), strchr() -#include // move(), forward(), declval(), make_pair() -#include // assert() -#include // make_move_iterator() +#include // make_shared() +#include // to_string() +#include // strcmp(), strchr() +#include // move(), forward(), declval(), make_pair() +#include // assert() +#include // make_move_iterator() +#include // * #include -- cgit v1.1