#ifndef DBMS_PARSERS_STRINGRANGE_H #define DBMS_PARSERS_STRINGRANGE_H #include namespace DB { typedef std::pair StringRange; } #endif