Skip to content

Commit 4c22d41

Browse files
authored
Merge pull request #135 from puzzlepaint/fix_missing_thrust_include
Add missing thrust include
2 parents 2889ba3 + 273adb1 commit 4c22d41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/popsift/s_filtergrid.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include <thrust/copy.h>
2222
#include <thrust/device_vector.h>
2323
#include <thrust/execution_policy.h>
24+
#include <thrust/host_vector.h>
2425
#include <thrust/iterator/discard_iterator.h>
2526
#include <thrust/sequence.h>
2627
#include <thrust/sort.h>

0 commit comments

Comments
 (0)