Fix 0_o build in arcadia

This commit is contained in:
alesapin 2021-02-08 16:50:03 +03:00
parent 2413d6bd38
commit d57613aa18
8 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@
#include <Core/Types.h>
#include <string>
#include <Coordination/InMemoryLogStore.h>
#include <libnuraft/nuraft.hxx>
#include <libnuraft/nuraft.hxx> // Y_IGNORE
namespace DB
{

View File

@ -1,6 +1,6 @@
#pragma once
#include <libnuraft/nuraft.hxx>
#include <libnuraft/nuraft.hxx> // Y_IGNORE
#include <common/logger_useful.h>
namespace DB

View File

@ -1,6 +1,6 @@
#pragma once
#include <libnuraft/nuraft.hxx>
#include <libnuraft/nuraft.hxx> // Y_IGNORE
#include <Coordination/InMemoryLogStore.h>
#include <Coordination/InMemoryStateManager.h>
#include <Coordination/NuKeeperStateMachine.h>

View File

@ -1,7 +1,7 @@
#pragma once
#include <Coordination/NuKeeperStorage.h>
#include <libnuraft/nuraft.hxx>
#include <libnuraft/nuraft.hxx> // Y_IGNORE
#include <common/logger_useful.h>
#include <Coordination/ThreadSafeQueue.h>

View File

@ -1,7 +1,7 @@
#pragma once
#include <IO/ReadBufferFromMemory.h>
#include <libnuraft/nuraft.hxx>
#include <libnuraft/nuraft.hxx> // Y_IGNORE
namespace DB
{

View File

@ -1,6 +1,6 @@
#pragma once
#include <libnuraft/nuraft.hxx>
#include <libnuraft/nuraft.hxx> // Y_IGNORE
#include <Core/Types.h>
#include <atomic>
#include <map>

View File

@ -1,7 +1,7 @@
#pragma once
#include <IO/WriteBuffer.h>
#include <libnuraft/nuraft.hxx>
#include <libnuraft/nuraft.hxx> // Y_IGNORE
namespace DB
{

View File

@ -20,7 +20,7 @@
#include <Common/ZooKeeper/ZooKeeperCommon.h>
#include <Common/ZooKeeper/ZooKeeperIO.h>
#include <Common/Exception.h>
#include <libnuraft/nuraft.hxx>
#include <libnuraft/nuraft.hxx> // Y_IGNORE
#include <thread>