Skip to content

Commit 438f248

Browse files
authored
Add missing header to KokkosSparse_par_ilut.hpp (kokkos#2613)
Including the `std_algorithms/Kokkos_IsSorted.hpp` header is needed for Trilinos builds to compile Addresses issue kokkos#2612 Signed-off-by: Nathan Ellingwood <[email protected]>
1 parent f60b1ab commit 438f248

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sparse/src/KokkosSparse_par_ilut.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#include "KokkosKernels_Error.hpp"
4141
#include "KokkosSparse_par_ilut_symbolic_spec.hpp"
4242
#include "KokkosSparse_par_ilut_numeric_spec.hpp"
43+
#include "std_algorithms/Kokkos_IsSorted.hpp"
4344

4445
namespace KokkosSparse {
4546
namespace Experimental {

0 commit comments

Comments
 (0)