Compilation error fix (#9149)

This commit is contained in:
Tomasz Dołbniak 2021-12-10 11:42:44 +01:00 committed by GitHub
parent d6c2cb5238
commit 5ea03ae602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
#include <pybind11/pybind11.h> #include <pybind11/pybind11.h>
#include <openvino/core/function.hpp> #include <openvino/core/model.hpp>
#include <openvino/core/node.hpp> #include <openvino/core/node.hpp>
#include <openvino/core/version.hpp> #include <openvino/core/version.hpp>
#include <string> #include <string>