diff --git a/ngraph/test/frontend/shared/include/op_fuzzy.hpp b/ngraph/test/frontend/shared/include/op_fuzzy.hpp index 0d11df6c8b51b0..20ee6330292538 100644 --- a/ngraph/test/frontend/shared/include/op_fuzzy.hpp +++ b/ngraph/test/frontend/shared/include/op_fuzzy.hpp @@ -31,5 +31,6 @@ class FrontEndFuzzyOpTest : public ::testing::TestWithParam void doLoadFromFile(); - void runConvertedModel(const std::shared_ptr function, const std::string& model_file); + void runConvertedModel(const std::shared_ptr function, + const std::string& model_file); }; diff --git a/ngraph/test/frontend/shared/src/op_fuzzy.cpp b/ngraph/test/frontend/shared/src/op_fuzzy.cpp index 526207d25a66ce..d7fa7ca8784a81 100644 --- a/ngraph/test/frontend/shared/src/op_fuzzy.cpp +++ b/ngraph/test/frontend/shared/src/op_fuzzy.cpp @@ -4,10 +4,10 @@ #include +#include "op_fuzzy.hpp" #include "util/engine/test_engines.hpp" #include "util/test_case.hpp" #include "util/test_control.hpp" -#include "op_fuzzy.hpp" #include "utils.hpp" using namespace ngraph;