diff options
author | Chris Dyer <cdyer@cab.ark.cs.cmu.edu> | 2012-10-16 00:37:21 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cab.ark.cs.cmu.edu> | 2012-10-16 00:37:21 -0400 |
commit | 09a522afef40e514e741ddf5f9bbc61cfb2170e8 (patch) | |
tree | a6650e02b017ce0b3ed534ad76d6a8e45a26ab0c /decoder/ff_context.cc | |
parent | 21a8287a2e1451db41c35494647c7b8c3e7e5adc (diff) |
clean up of bad header includes
Diffstat (limited to 'decoder/ff_context.cc')
-rw-r--r-- | decoder/ff_context.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/decoder/ff_context.cc b/decoder/ff_context.cc index 9de4d737..f2b0e67c 100644 --- a/decoder/ff_context.cc +++ b/decoder/ff_context.cc @@ -5,12 +5,14 @@ #include <cassert> #include <cmath> +#include "hg.h" #include "filelib.h" #include "stringlib.h" #include "sentence_metadata.h" #include "lattice.h" #include "fdict.h" #include "verbose.h" +#include "tdict.h" RuleContextFeatures::RuleContextFeatures(const string& param) { // cerr << "initializing RuleContextFeatures with parameters: " << param; |