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