Fix build

This commit is contained in:
proller 2018-04-13 23:16:12 +03:00
parent f9cd6a09e6
commit 0114b69f61

View File

@ -3,7 +3,7 @@
namespace DB
{
class Token;
struct Token;
std::ostream & operator<<(std::ostream & stream, const Token & what);
struct Expected;