Skip to content

Commit 1dcd794

Browse files
Update thrust/testing/cuda/partition.cu
Co-authored-by: Bernhard Manfred Gruber <bernhardmgruber@gmail.com>
1 parent fc0439a commit 1dcd794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thrust/testing/cuda/partition.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include <thrust/iterator/discard_iterator.h>
44
#include <thrust/partition.h>
55

6-
#include "cuda/std/memory"
6+
#include <cuda/std/memory>
77
#include <unittest/unittest.h>
88

99
template <typename T>

0 commit comments

Comments
 (0)