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/condnaive.cc | |
parent | 7da167c93ca2c10649cb0292fa2818ca8d5c76ff (diff) |
fix broken build
Diffstat (limited to 'gi/pf/condnaive.cc')
-rw-r--r-- | gi/pf/condnaive.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pf/condnaive.cc b/gi/pf/condnaive.cc index 52ddbbfe..3ea88016 100644 --- a/gi/pf/condnaive.cc +++ b/gi/pf/condnaive.cc @@ -6,7 +6,7 @@ #include <boost/program_options.hpp> #include <boost/program_options/variables_map.hpp> -#include "base_measures.h" +#include "base_distributions.h" #include "monotonic_pseg.h" #include "conditional_pseg.h" #include "trule.h" |