Skip to content

Commit 886ffde

Browse files
committed
Fix missing include in thrust/functional.h
1 parent 12d640f commit 886ffde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

thrust/thrust/functional.h

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
#endif // no system header
3232
#include <thrust/detail/functional/actor.h>
3333

34+
#include <cuda/std/functional>
35+
3436
#include <functional>
3537

3638
THRUST_NAMESPACE_BEGIN

0 commit comments

Comments
 (0)