aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordcherednik <dcherednik@ydb.tech>2022-11-24 00:47:42 +0300
committerdcherednik <dcherednik@ydb.tech>2022-11-24 00:47:42 +0300
commit05955aab8cc674ca7e279119352f8f98d95b0c73 (patch)
tree905577f2e249d32342dbfb0c2abad3f5f9ba93fd
parent0570bc2ccc5e029697178b7c45fdf737db1381d7 (diff)
downloadydb-05955aab8cc674ca7e279119352f8f98d95b0c73.tar.gz
Fix missed include.
-rw-r--r--ydb/library/arrow_clickhouse/Common/HashTable/StringHashTable.h2
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>