#pragma once #include namespace DB { struct SettingChange { String name; Field value; }; using SettingsChanges = std::vector; }