Skip to content

Commit f774a3f

Browse files
committed
Add cstdint include to types.h
Match fix from SciPy. There this missing include caused an issue on MinGW 13 from MSYS.
1 parent 9ef05a0 commit f774a3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/fast_matrix_market/types.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
#include <complex>
88
#include <map>
9+
#include <cstdint>
910
#include <string>
1011

1112
namespace fast_matrix_market {

0 commit comments

Comments
 (0)