#ifndef HASH_H #define HASH_H #include namespace Hash { unsigned int hash( const std::string& key ); } #endif