BAli-Phy icon indicating copy to clipboard operation
BAli-Phy copied to clipboard

<bitset> needs inclusion in src/dp/hmm.cc

Open joelb123 opened this issue 2 years ago • 2 comments

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 +#include #include "hmm.H" #include "2way.H" #include "imodel/imodel.H" `

joelb123 avatar Jan 21 '23 00:01 joelb123

Hi Joel,

Is this still an issue with the git master branch?

-BenRI

bredelings avatar Jan 21 '23 01:01 bredelings

I haven't tried it against master.

joelb123 avatar Jan 21 '23 03:01 joelb123