mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Fixed build #4583
This commit is contained in:
parent
718fd5b4ca
commit
ddbada6646
@ -1,11 +1,11 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
|
||||
class IBlockInputStream;
|
||||
|
||||
namespace DB
|
||||
{
|
||||
|
||||
class IBlockInputStream;
|
||||
|
||||
/// Using in MySQLDictionarySource and XDBCDictionarySource after processing invalidate_query.
|
||||
std::string readInvalidateQuery(IBlockInputStream & block_input_stream);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user