Fix includes after processors merge 2

Conflicts:
	dbms/src/Processors/Formats/Impl/ParquetBlockInputFormat.cpp
This commit is contained in:
proller 2019-08-14 15:29:23 +03:00
parent 4b8564efa0
commit c2bb96fcde

View File

@ -1,7 +1,6 @@
#include "config_formats.h" #include "ParquetBlockInputFormat.h"
#include <Processors/Formats/Impl/ParquetBlockInputFormat.h>
#if USE_PARQUET #if USE_PARQUET
#include <algorithm> #include <algorithm>
#include <iterator> #include <iterator>
#include <vector> #include <vector>