diff options
author | Chris Dyer <prguest11@taipan.cs> | 2012-03-03 22:18:58 +0000 |
---|---|---|
committer | Chris Dyer <prguest11@taipan.cs> | 2012-03-03 22:18:58 +0000 |
commit | dd5e9d88ec989f3a08f8ab98617f20be47c853d9 (patch) | |
tree | b03601c23bcf44cde9854fb4dbe038131daa3fc4 | |
parent | 8f6006cabee490a956940765c30cdd720d2e9161 (diff) |
fix include
-rw-r--r-- | utils/ccrp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/ccrp.h b/utils/ccrp.h index d9a38089..61ab5576 100644 --- a/utils/ccrp.h +++ b/utils/ccrp.h @@ -11,6 +11,7 @@ #include <boost/functional/hash.hpp> #include "sampler.h" #include "slice_sampler.h" +#include "m.h" // Chinese restaurant process (Pitman-Yor parameters) with table tracking. |