File size: 129 Bytes
7b7496d
 
 
 
 
1
2
3
4
5
6
#ifndef HASH_INCLUDED
#define HASH_INCLUDED
#include <unordered_map>
#define hash_map std::unordered_map
#endif // HASH_INCLUDED