From e8945fbb15e472afca16fe1c3f36997742a2d64a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 2 Jul 2015 08:17:00 +0200 Subject: Common types cleanup (strings, cstrings) --- build/config/utility | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build/config') diff --git a/build/config/utility b/build/config/utility index c2209e4..8ab6afe 100644 --- a/build/config/utility +++ b/build/config/utility @@ -5,7 +5,6 @@ #ifndef BUILD_CONFIG_UTILITY #define BUILD_CONFIG_UTILITY -#include #include #include // pair @@ -47,7 +46,7 @@ namespace build // template void - append_options (std::vector& args, T& s, const char* var) + append_options (cstrings& args, T& s, const char* var) { if (auto val = s[var]) { -- cgit v1.1