Fix clang-tidy-14, part 1

This commit is contained in:
Alexey Milovidov 2022-05-27 23:02:05 +02:00
parent 3086c19341
commit 8e9d771237

View File

@ -68,6 +68,14 @@
namespace fs = std::filesystem;
namespace DB
{
namespace ErrorCodes
{
extern const int CANNOT_SET_SIGNAL_HANDLER;
}
}
DB::PipeFDs signal_pipe;