Merge pull request #9306 from Vxider/build-fix

build fix on GCC 9.2.0
This commit is contained in:
alexey-milovidov 2020-02-22 14:41:34 +03:00 committed by GitHub
commit af3e296df5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ limitations under the License. */
#pragma once
#include <DataStreams/IBlockInputStream.h>
#include <Processors/Sources/SourceWithProgress.h>
namespace DB