diff options
author | dcherednik <dcherednik@ydb.tech> | 2022-11-24 00:47:42 +0300 |
---|---|---|
committer | dcherednik <dcherednik@ydb.tech> | 2022-11-24 00:47:42 +0300 |
commit | 05955aab8cc674ca7e279119352f8f98d95b0c73 (patch) | |
tree | 905577f2e249d32342dbfb0c2abad3f5f9ba93fd | |
parent | 0570bc2ccc5e029697178b7c45fdf737db1381d7 (diff) | |
download | ydb-05955aab8cc674ca7e279119352f8f98d95b0c73.tar.gz |
Fix missed include.
-rw-r--r-- | ydb/library/arrow_clickhouse/Common/HashTable/StringHashTable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ydb/library/arrow_clickhouse/Common/HashTable/StringHashTable.h b/ydb/library/arrow_clickhouse/Common/HashTable/StringHashTable.h index da817544822..6565121a453 100644 --- a/ydb/library/arrow_clickhouse/Common/HashTable/StringHashTable.h +++ b/ydb/library/arrow_clickhouse/Common/HashTable/StringHashTable.h @@ -4,6 +4,8 @@ #pragma once +#include <contrib/restricted/cityhash-1.0.2/city.h> + #include <Common/HashTable/HashMap.h> #include <Common/HashTable/HashTable.h> |