dbms: addition [#METR-19609].

This commit is contained in:
Alexey Milovidov 2016-01-13 05:25:10 +03:00
parent bb67108daa
commit 510778e674

View File

@ -5,10 +5,7 @@
#include <cpuid/libcpuid.h>
#include <DB/Common/Exception.h>
namespace ErrorCodes
{
extern const int CPUID_ERROR;
}
namespace DB { namespace ErrorCodes { extern const int CPUID_ERROR; }}
#elif defined(__aarch64__)