#ifndef DBMS_COLUMN_TYPES_COLUMNTYPES_H #define DBMS_COLUMN_TYPES_COLUMNTYPES_H #include #include #include namespace DB { using Poco::SharedPtr; typedef std::vector > ColumnTypes; } #endif