Fix building Server.cpp without poco NetSSL lib

This commit is contained in:
proller 2017-03-31 15:16:09 +03:00
parent 1d317d994f
commit f5a7498559

View File

@ -43,6 +43,7 @@ namespace DB
namespace ErrorCodes
{
extern const int NO_ELEMENTS_IN_CONFIG;
extern const int SUPPORT_IS_DISABLED;
}