diff options
Diffstat (limited to 'decoder/ff_lm.cc')
-rw-r--r-- | decoder/ff_lm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/ff_lm.cc b/decoder/ff_lm.cc index e502ce93..61d845d6 100644 --- a/decoder/ff_lm.cc +++ b/decoder/ff_lm.cc @@ -56,7 +56,7 @@ char const* usage_verbose="-n determines the name of the feature (and its weight #include <netdb.h> #include <boost/shared_ptr.hpp> -#include <boost/lexical_cast.hpp> +#include "fast_lexical_cast.hpp" #include "tdict.h" #include "Vocab.h" |