diff options
author | tobo <tobo@yandex-team.com> | 2022-09-15 10:14:06 +0300 |
---|---|---|
committer | tobo <tobo@yandex-team.com> | 2022-09-15 10:14:06 +0300 |
commit | 83f3ea3ed2808ba1449a8af8aa3f72f29bc80efa (patch) | |
tree | 43a15353d2f155061226833e90f7a61182f0b936 /util/generic/hash.h | |
parent | 4f0101f6bb2c1e46aafccc879e2d2f02632c4277 (diff) | |
download | ydb-83f3ea3ed2808ba1449a8af8aa3f72f29bc80efa.tar.gz |
split hash.h into hash.h and multi_hash_map.h
Diffstat (limited to 'util/generic/hash.h')
-rw-r--r-- | util/generic/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/hash.h b/util/generic/hash.h index 90460777c1..8b4666f566 100644 --- a/util/generic/hash.h +++ b/util/generic/hash.h @@ -2,7 +2,7 @@ #include "fwd.h" -#include "hash_multi_map.h" +#include "hash_table.h" template <class Key, class T, class HashFcn, class EqualKey, class Alloc> class THashMap: public TMapOps<THashMap<Key, T, HashFcn, EqualKey, Alloc>> { |