bredelings / BAli-Phy

Bayesian co-estimation of phylogenies and multiple alignments via MCMC
http://www.bali-phy.org/
GNU General Public License v2.0
46 stars 17 forks source link

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

Closed joelb123 closed 2 months ago

joelb123 commented 1 year ago

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"

`

bredelings commented 1 year ago

Hi Joel,

Is this still an issue with the git master branch?

-BenRI

joelb123 commented 1 year ago

I haven't tried it against master.