From 1b0a43ce55f7724095d197f09dfe06e2fbbad453 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Mon, 19 Mar 2018 17:19:32 +0300 Subject: [PATCH] Rewriting ZooKeeper library [#CLICKHOUSE-2] --- dbms/src/Common/ZooKeeper/ZooKeeperImpl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dbms/src/Common/ZooKeeper/ZooKeeperImpl.h b/dbms/src/Common/ZooKeeper/ZooKeeperImpl.h index 959a2fecf28..138a9d33a24 100644 --- a/dbms/src/Common/ZooKeeper/ZooKeeperImpl.h +++ b/dbms/src/Common/ZooKeeper/ZooKeeperImpl.h @@ -17,6 +17,7 @@ #include #include #include +#include #include #include