From 4d7ec51f4f2654995b3bf6cfb1a5174f8971ffe9 Mon Sep 17 00:00:00 2001 From: Ilya Churaev Date: Wed, 22 Feb 2023 11:08:46 +0400 Subject: [PATCH] Fixed export --- .../dev_api/openvino/runtime/threading/executor_manager.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/inference/dev_api/openvino/runtime/threading/executor_manager.hpp b/src/inference/dev_api/openvino/runtime/threading/executor_manager.hpp index a814996132c..d242d97c407 100644 --- a/src/inference/dev_api/openvino/runtime/threading/executor_manager.hpp +++ b/src/inference/dev_api/openvino/runtime/threading/executor_manager.hpp @@ -9,7 +9,7 @@ #pragma once -#include "openvino/core/core_visibility.hpp" +#include "openvino/runtime/common.hpp" #include "threading/ie_istreams_executor.hpp" #include "threading/ie_itask_executor.hpp" @@ -24,7 +24,7 @@ namespace ov { * to not optimal CPU usage. More efficient to run the corresponding tasks one by one via single executor. * @ingroup ov_dev_api_threading */ -class OPENVINO_API ExecutorManager { +class OPENVINO_RUNTIME_API ExecutorManager { public: /** * @brief Returns executor by unique identificator