millanek / Dsuite

Fast calculation of Patterson's D (ABBA-BABA) and the f4-ratio statistics across many populations/species
160 stars 26 forks source link

Add missing <iterator> header for newer `gcc` compilers #95

Open Fan-iX opened 5 months ago

Fan-iX commented 5 months ago

<iterator> is no longer included in <regex> in newer gcc compilers, and should be included explicitly.

Should fix #92