From 6ad11108b53168d7b3739c4cd76b0328b7595345 Mon Sep 17 00:00:00 2001 From: Mateusz Tabaka Date: Wed, 30 Aug 2023 17:00:03 +0200 Subject: [PATCH] Fix include path in TS ShapeOf tests (#19507) --- .../tests/transpose_sinking/ts_shape_of_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/transformations/tests/transpose_sinking/ts_shape_of_test.cpp b/src/common/transformations/tests/transpose_sinking/ts_shape_of_test.cpp index 370bde755c9..a8a7c77b74c 100644 --- a/src/common/transformations/tests/transpose_sinking/ts_shape_of_test.cpp +++ b/src/common/transformations/tests/transpose_sinking/ts_shape_of_test.cpp @@ -4,7 +4,7 @@ #include "transformations/transpose_sinking/ts_shape_of.hpp" -#include "common_test_utils/ngraph_test_utils.hpp" +#include "common_test_utils/ov_test_utils.hpp" #include "transformations/transpose_sinking/ts_fuse.hpp" using namespace ov;