mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
dbms: addition [#METR-19609].
This commit is contained in:
parent
bb67108daa
commit
510778e674
@ -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__)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user