From e59343b3267e82aff33a8f73ab82b51345913c06 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 10 Nov 2018 22:43:09 +0300 Subject: Add support for vars grouping for package commands --- bpkg/utility.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bpkg/utility.hxx') diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx index c0c361f..accfa99 100644 --- a/bpkg/utility.hxx +++ b/bpkg/utility.hxx @@ -7,6 +7,7 @@ #include // make_shared() #include // to_string() +#include // strcmp(), strchr() #include // move(), forward(), declval(), make_pair() #include // assert() #include // make_move_iterator() @@ -32,6 +33,9 @@ namespace bpkg using std::make_move_iterator; using std::to_string; + using std::strcmp; + using std::strchr; + // // using butl::casecmp; -- cgit v1.1