Skip to content

Commit

Permalink
fix: include missing unsqueeze header
Browse files Browse the repository at this point in the history
Signed-off-by: 11happy <[email protected]>
  • Loading branch information
11happy committed Feb 1, 2025
1 parent faf3324 commit 7760ead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontends/tensorflow_common/src/op/select.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "openvino/op/shape_of.hpp"
#include "openvino/op/squeeze.hpp"
#include "openvino/op/subtract.hpp"
#include "openvino/op/unsqueeze.hpp"

using namespace std;
using namespace ov;
Expand Down

0 comments on commit 7760ead

Please sign in to comment.