Skip to content

Commit 8c59a72

Browse files
Merge pull request DrTimothyAldenDavis#772 from mmuetzel/paru
ParU: Explicitly include <cinttypes> in header that uses `PRId64`
2 parents e32105e + c29e24b commit 8c59a72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ParU/Source/paru_internal.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
// @author Aznaveh
1414
//
1515

16+
#include <cinttypes>
17+
1618
#define SUITESPARSE_BLAS_DEFINITIONS
1719
#include "ParU.hpp"
1820
#include "paru_omp.hpp"

0 commit comments

Comments
 (0)