Skip to content

Commit

Permalink
Fixed compilation on macOS 14 with new core development tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Sep 19, 2023
1 parent 691f593 commit 6da2906
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/intel_cpu/src/nodes/mha.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6da2906

Please sign in to comment.