Skip to content

Commit

Permalink
Add cstdint include to types.h
Browse files Browse the repository at this point in the history
Match fix from SciPy. There this missing include caused an issue on MinGW 13 from MSYS.
  • Loading branch information
alugowski committed Nov 30, 2023
1 parent 9ef05a0 commit f774a3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/fast_matrix_market/types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include <complex>
#include <map>
#include <cstdint>
#include <string>

namespace fast_matrix_market {
Expand Down

0 comments on commit f774a3f

Please sign in to comment.