Skip to content

Commit 4a776be

Browse files
oToToTt-jankowskimlukasze
authored
Include headers properly (#28455)
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 <tomasz1.jankowski@intel.com> Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
1 parent 41ba3e0 commit 4a776be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/core/include/openvino/core/enum_mask.hpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
#pragma once
66

7-
#include <utility>
7+
#include <initializer_list>
8+
#include <ostream>
9+
#include <type_traits>
810

911
namespace ov {
1012

0 commit comments

Comments
 (0)