Illumina / strelka

Strelka2 germline and somatic small variant caller
GNU General Public License v3.0
355 stars 102 forks source link

Add <limits> headers for gcc-12 #204

Open trofi opened 2 years ago

trofi commented 2 years ago

gcc-12 cleaned up headers dependencies a bit and exposed missing header inclusion:

src/c++/lib/calibration/IndelErrorModel.hh:100:33: error: 'numeric_limits' is not a member of 'std'
  100 |     double logErrorRate = -std::numeric_limits<double>::infinity();
      |                                 ^~~~~~~~~~~~~~
aowenson-imm commented 7 months ago

Fixed my build issues on Ubuntu 22. What's blocking the merge?