#pragma once #include namespace DB { class Throttler; using ThrottlerPtr = std::shared_ptr; }