diff --git a/src/plugins/intel_cpu/src/nodes/act_sparse_fc.cpp b/src/plugins/intel_cpu/src/nodes/act_sparse_fc.cpp index 7f17ff3630d449..65eccd76229373 100644 --- a/src/plugins/intel_cpu/src/nodes/act_sparse_fc.cpp +++ b/src/plugins/intel_cpu/src/nodes/act_sparse_fc.cpp @@ -2,6 +2,7 @@ // SPDX-License-Identifier: Apache-2.0 // #include "act_sparse_fc.h" + #include "common/arbitrary_order_desc_creator.h" #include "common/bfloat16.hpp" #include "common/cpu_memcpy.h" diff --git a/src/plugins/intel_cpu/src/nodes/kernels/x64/act_sparse_fc_kernel.cpp b/src/plugins/intel_cpu/src/nodes/kernels/x64/act_sparse_fc_kernel.cpp index 9e262c50278509..6efa51ea5379de 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/x64/act_sparse_fc_kernel.cpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/x64/act_sparse_fc_kernel.cpp @@ -2,6 +2,7 @@ // SPDX-License-Identifier: Apache-2.0 // #include "act_sparse_fc_kernel.hpp" + #include "memory_desc/cpu_blocked_memory_desc.h" #include "openvino/core/except.hpp"