Skip to content

Commit

Permalink
Merge pull request #135 from puzzlepaint/fix_missing_thrust_include
Browse files Browse the repository at this point in the history
Add missing thrust include
  • Loading branch information
simogasp authored Aug 30, 2021
2 parents 2889ba3 + 273adb1 commit 4c22d41
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 4c22d41

Please sign in to comment.