diff options
Diffstat (limited to 'decoder/forest_writer.cc')
-rw-r--r-- | decoder/forest_writer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/forest_writer.cc b/decoder/forest_writer.cc index a9117d18..6e4cccb3 100644 --- a/decoder/forest_writer.cc +++ b/decoder/forest_writer.cc @@ -2,7 +2,7 @@ #include <iostream> -#include <boost/lexical_cast.hpp> +#include "fast_lexical_cast.hpp" #include "filelib.h" #include "hg_io.h" |