Fix style.

This commit is contained in:
Nikolai Kochetov 2020-03-27 15:04:56 +03:00
parent 96895e063f
commit 9577ef38d0

View File

@ -6,6 +6,11 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
/// Base class for merging transforms.
class IMergingTransform : public IProcessor
{