diff options
Diffstat (limited to 'decoder/viterbi.cc')
-rw-r--r-- | decoder/viterbi.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/viterbi.cc b/decoder/viterbi.cc index 46b6a884..b21139df 100644 --- a/decoder/viterbi.cc +++ b/decoder/viterbi.cc @@ -1,3 +1,4 @@ +#include "fast_lexical_cast.hpp" #include "viterbi.h" #include <sstream> @@ -114,7 +115,6 @@ Both relationships are commutative but are not transitive. The relationship defi */ #include <cmath> #include <stdexcept> -#include <boost/lexical_cast.hpp> inline bool close_enough(double a,double b,double epsilon) { using std::fabs; |