mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Fixed build
This commit is contained in:
parent
d8885cb5d3
commit
107f31b739
@ -37,7 +37,7 @@
|
||||
|
||||
using namespace DB;
|
||||
|
||||
namespace ErrorCodes
|
||||
namespace DB::ErrorCodes
|
||||
{
|
||||
extern const int LOGICAL_ERROR;
|
||||
}
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user