From b5bda65d1b67c9d5a3d2a81cc6c8a0e3e108bc87 Mon Sep 17 00:00:00 2001 From: Mikhail Ryzhov Date: Tue, 28 Feb 2023 12:22:47 +0100 Subject: [PATCH] fixed compile error --- .../src/transformations/remove_pre_post_processing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/intel_gna/src/transformations/remove_pre_post_processing.cpp b/src/plugins/intel_gna/src/transformations/remove_pre_post_processing.cpp index a69d583f0aa208..3505f431050683 100644 --- a/src/plugins/intel_gna/src/transformations/remove_pre_post_processing.cpp +++ b/src/plugins/intel_gna/src/transformations/remove_pre_post_processing.cpp @@ -2,7 +2,7 @@ // SPDX-License-Identifier: Apache-2.0 // -#include "transformations/gather_remove.hpp" +#include "transformations/remove_pre_post_processing.hpp" #include #include "openvino/pass/pass.hpp"