[IE] Fix build error (#703)

Missing changes in transformation library due to IE API dependency removal.
This commit is contained in:
Vladislav Vinogradov 2020-06-01 13:09:23 +03:00 committed by GitHub
parent 65f62945dd
commit 88264b895a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
#include <vector>
#include <memory>
#include <ie_api.h>
#include <transformations_visibility.hpp>
#include <ngraph/pass/graph_rewrite.hpp>
#include "transformations/utils/pass_param.hpp"
@ -15,7 +15,7 @@
namespace ngraph {
namespace pass {
class INFERENCE_ENGINE_API_CLASS(DepthToSpaceFusion);
class TRANSFORMATIONS_API DepthToSpaceFusion;
} // namespace pass
} // namespace ngraph