Skip to content

Commit

Permalink
Include headers properly (#28455)
Browse files Browse the repository at this point in the history
Originally, only `<utility>` is included.
However, there are more types used in the file.
This can be detected using `misc-include-cleaner` in `clang-tidy`.

Co-authored-by: Tomasz Jankowski <[email protected]>
Co-authored-by: Michal Lukaszewski <[email protected]>
  • Loading branch information
3 people authored Jan 24, 2025
1 parent 41ba3e0 commit 4a776be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/include/openvino/core/enum_mask.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

#pragma once

#include <utility>
#include <initializer_list>
#include <ostream>
#include <type_traits>

namespace ov {

Expand Down

0 comments on commit 4a776be

Please sign in to comment.