00001 #ifndef NMWR_GB_MY_HASH_MAP_H 00002 #define NMWR_GB_MY_HASH_MAP_H 00003 00004 // $LICENSE 00005 00006 00007 #include "Config/compiler-config.h" 00008 00009 #ifdef __KCC 00010 // namespace nmwr_kai_hash { 00011 #include "KCC/hash_map.h" 00012 //} 00013 // using nmwr_kai_hash::hash_map; 00014 00015 #else 00016 #include "hash_map.h" 00017 #endif 00018 00019 00020 #endif 00021