diff options
author | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-09-18 19:01:50 +0000 |
---|---|---|
committer | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-09-18 19:01:50 +0000 |
commit | 30ae08cb76a4a76490efeabeb5bc812fda3f6ab2 (patch) | |
tree | 33fa63f0e8b2f1a440b0d98a7ea190fd1b1be56f /decoder/cdec.cc | |
parent | e8d58ad8d15346d2ac8f356e8f5ba1eb86c6c54c (diff) |
start refactoring of decoder
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@647 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/cdec.cc')
-rw-r--r-- | decoder/cdec.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/cdec.cc b/decoder/cdec.cc index f7b06aa4..56e103aa 100644 --- a/decoder/cdec.cc +++ b/decoder/cdec.cc @@ -7,6 +7,7 @@ #include <boost/program_options.hpp> #include <boost/program_options/variables_map.hpp> +#include "decoder.h" #include "oracle_bleu.h" #include "timing_stats.h" #include "translator.h" |