Less dependencies [#CLICKHOUSE-2]

This commit is contained in:
Alexey Milovidov 2017-01-14 11:55:14 +03:00
parent 9581620f1e
commit 9e06f407c8

View File

@ -55,6 +55,7 @@ namespace ErrorCodes
extern const int INDEX_NOT_USED;
extern const int SAMPLING_NOT_SUPPORTED;
extern const int ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER;
extern const int ILLEGAL_COLUMN;
}