src/biu/HashMap.hh
Go to the documentation of this file.00001 #ifndef HASHMAP_HH_IN_ 00002 #define HASHMAP_HH_IN_ 00003 00004 #define HAVE_GNU_HASH_MAP 00005 00006 #ifdef HAVE_GNU_HASH_MAP 00007 #include <ext/hash_map> 00008 #else 00009 #include <map> 00010 #endif 00011 00012 #endif /*HASHMAP_HH_IN_*/