Fixed compilation on macOS 14 with new core development tools (#19946)

This commit is contained in:
Ilya Lavrenov 2023-09-19 17:14:28 +04:00 committed by GitHub
parent 57df7a44b7
commit e5a3500174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;