Skip to content

Commit 17cd8f3

Browse files
committed
Fix integer include order before TBB
1 parent 5c4e997 commit 17cd8f3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

include/parallel/backends.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
#include <oneapi/tbb/blocked_range.h>
33
#include <oneapi/tbb/info.h>
44
#include <oneapi/tbb/parallel_for.h>
5-
6-
// NOLINTNEXTLINE(misc-header-include-cycle)
75
#include <stdint.h>
86

7+
// NOLINTNEXTLINE(misc-header-include-cycle)
98
#include <Kokkos_Core.hpp>
109
#include <cstddef>
1110
#include <functional>

0 commit comments

Comments
 (0)