Add header to remove header-transitivity issue (#636)

Add header for `thrust::remove_if.`
Co-authored-by: Paul T. Bauman <ptbauman@gmail.com>
This commit is contained in:
Ruipeng Li 2022-05-24 14:18:57 -07:00 committed by GitHub
parent 1c1bf95b10
commit e766e36e76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -151,6 +151,7 @@ struct hypre_device_allocator
#include <thrust/replace.h>
#include <thrust/sequence.h>
#include <thrust/for_each.h>
#include <thrust/remove.h>
using namespace thrust::placeholders;
#endif // defined(HYPRE_USING_CUDA) || defined(HYPRE_USING_HIP)

View File

@ -94,6 +94,7 @@
#include <thrust/replace.h>
#include <thrust/sequence.h>
#include <thrust/for_each.h>
#include <thrust/remove.h>
using namespace thrust::placeholders;
#endif // defined(HYPRE_USING_CUDA) || defined(HYPRE_USING_HIP)