mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Forward-declared LOGICAL_ERROR to make style check happy
This commit is contained in:
parent
121dfe26b6
commit
544cccb2fb
@ -14,6 +14,7 @@ namespace ErrorCodes
|
|||||||
extern const int TOO_DEEP_AST;
|
extern const int TOO_DEEP_AST;
|
||||||
extern const int BAD_ARGUMENTS;
|
extern const int BAD_ARGUMENTS;
|
||||||
extern const int UNKNOWN_ELEMENT_IN_AST;
|
extern const int UNKNOWN_ELEMENT_IN_AST;
|
||||||
|
extern const int LOGICAL_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user