From 37e5da737cfd51b10ab11715e23a01e1e5697e73 Mon Sep 17 00:00:00 2001 From: Nikolai Kochetov Date: Thu, 21 May 2020 12:27:55 +0300 Subject: [PATCH] Fix ya.make. --- src/Processors/ya.make | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Processors/ya.make b/src/Processors/ya.make index 4412aa4748c..a17cab9c0a1 100644 --- a/src/Processors/ya.make +++ b/src/Processors/ya.make @@ -59,6 +59,7 @@ SRCS( Formats/IRowOutputFormat.cpp Formats/LazyOutputFormat.cpp Formats/OutputStreamToOutputFormat.cpp + Formats/PullingOutputFormat.cpp Formats/RowInputFormatWithDiagnosticInfo.cpp IAccumulatingTransform.cpp IInflatingTransform.cpp