58c58
< for (int i = 0; i < strings.size(); ++i) {
---
> for (std::vector<std::string>::size_type i = 0; i < strings.size(); ++i) {