Fixed macOS compilation (#17656)
This commit is contained in:
parent
77bd72081f
commit
b69e94c297
@ -19,6 +19,11 @@
|
||||
#include "streams_executor.hpp"
|
||||
#include "threading/ie_cpu_streams_info.hpp"
|
||||
|
||||
#ifdef __APPLE__
|
||||
# include <sys/sysctl.h>
|
||||
# include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#if defined(OPENVINO_ARCH_X86) || defined(OPENVINO_ARCH_X86_64)
|
||||
# define XBYAK_NO_OP_NAMES
|
||||
# define XBYAK_UNDEF_JNL
|
||||
|
Loading…
Reference in New Issue
Block a user