Fixed compilation on macOS 14 with new core development tools (#19946)
This commit is contained in:
parent
57df7a44b7
commit
e5a3500174
|
|
@ -16,6 +16,7 @@
|
|||
#include "common/cpu_convert.h"
|
||||
#include "transformations/cpu_opset/x64/op/mha.hpp"
|
||||
#include "dnnl_extension_utils.h"
|
||||
#include "utils/bfloat16.hpp"
|
||||
#include <ie_ngraph_utils.hpp>
|
||||
|
||||
using namespace InferenceEngine;
|
||||
|
|
|
|||
Loading…
Reference in New Issue