From ccb16252f0f9f55198ca2662ab8daf7199b817de Mon Sep 17 00:00:00 2001 From: John Denker Date: Thu, 22 Nov 2012 16:17:08 -0800 Subject: move join() to utils --- tools/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/utils.h') diff --git a/tools/utils.h b/tools/utils.h index 77cff5e..1e6ac9d 100644 --- a/tools/utils.h +++ b/tools/utils.h @@ -1,8 +1,10 @@ #include #include +#include std::string noCR(const std::string bar); int cmp_casefold(const std::string& a, const std::string& b); +std::string join(const std::string sep, const std::list stuff); ///////////////////////////////////////////////////////// // Case insensitive comparison of strings -- cgit v1.2.3