diff options
| author | Wu, Ke <wuke@cs.umd.edu> | 2014-12-06 12:19:01 -0500 | 
|---|---|---|
| committer | Wu, Ke <wuke@cs.umd.edu> | 2014-12-06 12:19:01 -0500 | 
| commit | 61ef7bfd7ee82f173715d391e9f297ad258d315b (patch) | |
| tree | e44e005b83dffd68fedf5f391dbd0d0ac8be613c /decoder | |
| parent | a4d7d7ed27c87d56c925f2b56643d6cc9aee026f (diff) | |
Use ff_const_reorder_common.h instead of tree.h
Diffstat (limited to 'decoder')
| -rw-r--r-- | decoder/ff_soft_syn.cc | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/decoder/ff_soft_syn.cc b/decoder/ff_soft_syn.cc index 9d5ed08e..50c2365e 100644 --- a/decoder/ff_soft_syn.cc +++ b/decoder/ff_soft_syn.cc @@ -8,13 +8,14 @@  #include "stringlib.h"  #include "hg.h"  #include "sentence_metadata.h" -#include "tree.h" +#include "ff_const_reorder_common.h"  #include <string>  #include <vector>  #include <stdio.h>  using namespace std; +using namespace const_reorder;  typedef HASH_MAP<std::string, vector<string> > MapFeatures;  | 
