statgen / savvy

Interface to various variant calling formats.
Mozilla Public License 2.0
26 stars 5 forks source link

Fix build on Ubuntu 22.04: Add missing #includes #27

Closed pettyalex closed 2 years ago

pettyalex commented 2 years ago

Add missing #include for to files that are using std::numeric_limits.

I'm testing this locally to confirm that all is well also. Thoughts?

This should fix https://github.com/statgen/savvy/issues/26 and transitively https://github.com/saigegit/SAIGE/issues/44