Skip to content

Commit 06ed5db

Browse files
committed
Add missing header for thrust::get.
1 parent 82370c2 commit 06ed5db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

thrust/zip_function.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
#if THRUST_CPP_DIALECT >= 2011 && !defined(THRUST_LEGACY_GCC)
1515

16+
#include <thrust/tuple.h>
1617
#include <thrust/type_traits/integer_sequence.h>
1718
#include <thrust/detail/type_deduction.h>
1819

0 commit comments

Comments
 (0)