Merge pull request #9309 from ClickHouse/fix-GenericRoleSet-previously-declared-as-class

Fix "GenericRoleSet previously declared as class" warning
This commit is contained in:
alexey-milovidov 2020-02-22 19:35:19 +03:00 committed by GitHub
commit 00ebd7f7b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
namespace DB
{
class ASTSetRoleQuery;
class GenericRoleSet;
struct GenericRoleSet;
struct User;