summaryrefslogtreecommitdiff
path: root/tools/utils.h
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-11-22 16:17:08 -0800
committerJohn Denker <jsd@av8n.com>2012-11-22 16:17:08 -0800
commitccb16252f0f9f55198ca2662ab8daf7199b817de (patch)
tree906b7366ab5c211f0c1a3337172cef8ac105f8a9 /tools/utils.h
parent38d51b1b20776f7435737bf26d2f912daa312282 (diff)
move join() to utils
Diffstat (limited to 'tools/utils.h')
-rw-r--r--tools/utils.h2
1 files changed, 2 insertions, 0 deletions
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 <string>
#include <list>
+#include <iostream>
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<std::string> stuff);
/////////////////////////////////////////////////////////
// Case insensitive comparison of strings