Skip to content

Commit

Permalink
Include <iterator> unconditionally for std::begin
Browse files Browse the repository at this point in the history
Signed-off-by: Kochin Ivan <kochin.ivan@intel.com>
  • Loading branch information
Kochin Ivan committed Nov 16, 2021
1 parent e15d053 commit a9b1b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/oneapi/tbb/detail/_range_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#include "_utils.h"
#if __TBB_CPP20_CONCEPTS_PRESENT
#include <concepts>
#include <iterator>
#endif
#include <iterator>

namespace tbb {
namespace detail {
Expand Down

0 comments on commit a9b1b1d

Please sign in to comment.