diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-02-03 21:11:40 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-02-03 21:11:40 -0500 |
commit | d91750f35d4d7edfc77a589ae92100d523068ad7 (patch) | |
tree | 370a168f2dbc82b985c2676589f554fc4b261f34 /gi/pf/pfnaive.cc | |
parent | 7da167c93ca2c10649cb0292fa2818ca8d5c76ff (diff) |
fix broken build
Diffstat (limited to 'gi/pf/pfnaive.cc')
-rw-r--r-- | gi/pf/pfnaive.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pf/pfnaive.cc b/gi/pf/pfnaive.cc index 728ec00d..acba9d22 100644 --- a/gi/pf/pfnaive.cc +++ b/gi/pf/pfnaive.cc @@ -7,7 +7,7 @@ #include <boost/program_options/variables_map.hpp> #include "pf.h" -#include "base_measures.h" +#include "base_distributions.h" #include "monotonic_pseg.h" #include "reachability.h" #include "viterbi.h" |