roohy / iLASH

iLASH - IBD Estimation Using Locality Sensitive Hashing
Other
16 stars 3 forks source link

Fix the build on Ubuntu 22.04: missing #include #8

Closed pettyalex closed 1 year ago

pettyalex commented 1 year ago

Add #include , which defines the shared_ptr type.

This fixes: https://github.com/roohy/iLASH/issues/7

There's more include cleanup and fixup that could be done, but this builds and works on Ubuntu 22.04 at least.