diff -r 6e80f038e8df -r c4b96bc41298 src/string.cpp --- a/src/string.cpp Fri May 24 04:34:20 2013 +0300 +++ b/src/string.cpp Fri May 24 15:23:56 2013 +0300 @@ -107,7 +107,7 @@ } vector String::split (String del) const { - std::vector res; + vector res; size_t a = 0; // Find all separators and store the text left to them.