BAli-Phy
BAli-Phy copied to clipboard
<bitset> needs inclusion in src/dp/hmm.cc
BAli-Phy 3.6.1 gcc 12.2.1 glibc 2.36
Compilation error, bitset undefined. Fixed by this:
`diff --git a/src/dp/hmm.cc b/src/dp/hmm.cc index 8be51b5..ea8a15e 100644 --- a/src/dp/hmm.cc +++ b/src/dp/hmm.cc @@ -24,6 +24,7 @@ ///
#include
Hi Joel,
Is this still an issue with the git master branch?
-BenRI
I haven't tried it against master.