fix arcadia

This commit is contained in:
Nikita Mikhaylov 2020-06-30 13:18:38 +03:00
parent b2712aa242
commit 7c828861da

View File

@ -1,6 +1,6 @@
#include <Processors/Formats/Impl/ORCBlockOutputFormat.h>
#if USE_ORC
#if USE_ORC && !defined(ARCADIA_BUILD)
#include <Common/assert_cast.h>
#include <Formats/FormatFactory.h>