diff --git a/src/utils.hpp b/src/utils.hpp index f91811f..ebeb586 100644 --- a/src/utils.hpp +++ b/src/utils.hpp @@ -8,6 +8,7 @@ #include #include #include +#include // 文字列の vector を 結合する。第二引数はOptionalで区切り文字。デフォルトは空 std::string join(std::vector v, std::string sep = "") {