#include <string>
#include <map>
-/// String hash similar to high level languages (like perl, python or php).
-typedef std::map<std::string, std::string> Hash;
+namespace bife {
+ /// String hash similar to high level languages (like perl, python or php).
+ typedef std::map<std::string, std::string> Hash;
+}
#endif