#pragma once #include namespace DB { class ICommand; using CommandPtr = std::shared_ptr; }