Skip to content

Commit

Permalink
Include headers properly
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`.
  • Loading branch information
oToToT committed Jan 15, 2025
1 parent ca38e56 commit 545dd2c
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 545dd2c

Please sign in to comment.