Skip to content

Commit

Permalink
Add missing thrust include
Browse files Browse the repository at this point in the history
  • Loading branch information
puzzlepaint committed Aug 28, 2021
1 parent 2889ba3 commit 273adb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/popsift/s_filtergrid.cu
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <thrust/copy.h>
#include <thrust/device_vector.h>
#include <thrust/execution_policy.h>
#include <thrust/host_vector.h>
#include <thrust/iterator/discard_iterator.h>
#include <thrust/sequence.h>
#include <thrust/sort.h>
Expand Down

0 comments on commit 273adb1

Please sign in to comment.