Skip to content

Commit

Permalink
Merge pull request #772 from mmuetzel/paru
Browse files Browse the repository at this point in the history
ParU: Explicitly include <cinttypes> in header that uses `PRId64`
  • Loading branch information
DrTimothyAldenDavis authored Mar 6, 2024
2 parents e32105e + c29e24b commit 8c59a72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ParU/Source/paru_internal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
// @author Aznaveh
//

#include <cinttypes>

#define SUITESPARSE_BLAS_DEFINITIONS
#include "ParU.hpp"
#include "paru_omp.hpp"
Expand Down

0 comments on commit 8c59a72

Please sign in to comment.