diff --git a/src/sparse/KokkosSparse_csc2csr.hpp b/src/sparse/KokkosSparse_csc2csr.hpp index 49f84f15da..83a96c3c02 100644 --- a/src/sparse/KokkosSparse_csc2csr.hpp +++ b/src/sparse/KokkosSparse_csc2csr.hpp @@ -44,7 +44,13 @@ #include "KokkosKernels_Utils.hpp" #include -#include +#include +#include +#include +#include +#include +#include +#include #ifndef _KOKKOSSPARSE_CSC2CSR_HPP #define _KOKKOSSPARSE_CSC2CSR_HPP @@ -248,4 +254,4 @@ auto csc2csr(OrdinalType nrows, OrdinalType ncols, SizeType nnz, return csc2Csr.get_csrMat(); } } // namespace KokkosSparse -#endif // _KOKKOSSPARSE_CSC2CSR_HPP \ No newline at end of file +#endif // _KOKKOSSPARSE_CSC2CSR_HPP