Fixed build

This commit is contained in:
Alexey Milovidov 2020-02-26 21:14:48 +03:00
parent d8885cb5d3
commit 107f31b739
2 changed files with 8 additions and 2 deletions

View File

@ -37,7 +37,7 @@
using namespace DB;
namespace ErrorCodes
namespace DB::ErrorCodes
{
extern const int LOGICAL_ERROR;
}

View File

@ -25,7 +25,8 @@
#include <Poco/AutoPtr.h>
using namespace DB;
namespace DB
{
namespace ErrorCodes
{
@ -115,6 +116,11 @@ struct measure
}
};
}
using namespace DB;
int main(int, char **)
try
{