diff options
Diffstat (limited to 'decoder/ff_bleu.cc')
-rw-r--r-- | decoder/ff_bleu.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/ff_bleu.cc b/decoder/ff_bleu.cc index 12c29d32..77989331 100644 --- a/decoder/ff_bleu.cc +++ b/decoder/ff_bleu.cc @@ -7,7 +7,7 @@ char const* bleu_usage_verbose="Uses feature id 0! Make sure there are no other #include <sstream> #include <unistd.h> -#include <boost/lexical_cast.hpp> +#include "fast_lexical_cast.hpp" #include <boost/shared_ptr.hpp> |