Merge pull request #3880 from proller/fix10

Fix clang build
This commit is contained in:
alesapin 2018-12-20 14:50:34 +03:00 committed by GitHub
commit bfd9756f69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ namespace Poco { class Logger; }
namespace DB
{
class ColumnsDescription;
struct ColumnsDescription;
/// State of query processing.
struct QueryState