diff --git a/src/Processors/Formats/Impl/ORCBlockOutputFormat.cpp b/src/Processors/Formats/Impl/ORCBlockOutputFormat.cpp index 90c23d87288..02bd61dbaf9 100644 --- a/src/Processors/Formats/Impl/ORCBlockOutputFormat.cpp +++ b/src/Processors/Formats/Impl/ORCBlockOutputFormat.cpp @@ -1,6 +1,6 @@ #include -#if USE_ORC +#if USE_ORC && !defined(ARCADIA_BUILD) #include #include