Skip to content

Commit

Permalink
ParU: Explicitly include <cinttypes> in header that uses PRId64
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Mar 6, 2024
1 parent a998092 commit c29e24b
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 c29e24b

Please sign in to comment.