Skip to content

Commit d95d2e0

Browse files
committed
Add a missing include to the OMP backend's sort header.
Bug 2599629
1 parent 21fce49 commit d95d2e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

thrust/system/omp/detail/sort.inl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#endif // omp support
2424

2525
#include <thrust/iterator/iterator_traits.h>
26+
#include <thrust/system/omp/detail/default_decomposition.h>
2627
#include <thrust/system/detail/generic/select_system.h>
2728
#include <thrust/sort.h>
2829
#include <thrust/merge.h>

0 commit comments

Comments
 (0)