diff options
author | tobo <tobo@yandex-team.com> | 2022-09-09 11:15:36 +0300 |
---|---|---|
committer | tobo <tobo@yandex-team.com> | 2022-09-09 11:15:36 +0300 |
commit | e96ef596aca8afaf0326b57001ff56fbdd643e8a (patch) | |
tree | 25ae6137d298b7f53fd06e1c25066b7409f4ea8e /util/generic/algorithm_ut.cpp | |
parent | 5491c0676017f1d89131e40a7b910e9a28c8fde2 (diff) | |
download | ydb-e96ef596aca8afaf0326b57001ff56fbdd643e8a.tar.gz |
prepare to split hash.h into hash_table.h hash.h and multi_hash_map.h
Diffstat (limited to 'util/generic/algorithm_ut.cpp')
-rw-r--r-- | util/generic/algorithm_ut.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/generic/algorithm_ut.cpp b/util/generic/algorithm_ut.cpp index 0b411fd84d..4676134663 100644 --- a/util/generic/algorithm_ut.cpp +++ b/util/generic/algorithm_ut.cpp @@ -1,6 +1,8 @@ #include <library/cpp/testing/unittest/registar.h> #include "algorithm.h" +#include "hash.h" +#include "hash_multi_map.h" #include "strbuf.h" #include "string.h" |