#pragma once #include #include namespace word_count { typedef std::map Words; Words words(const std::string&); }