Skip to content

Commit

Permalink
fix another instance of undefined ssize_t
Browse files Browse the repository at this point in the history
  • Loading branch information
BoPeng committed Aug 31, 2024
1 parent 3d1b4d3 commit a21935b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mutant_vector.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@

# include <map>
# include <iostream>
#ifdef _MSC_VER
typedef SSIZE_T ssize_t;
#endif

namespace simuPOP {

Expand Down

0 comments on commit a21935b

Please sign in to comment.