summaryrefslogtreecommitdiff
path: root/decoder/ff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/ff.cc')
-rw-r--r--decoder/ff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/ff.cc b/decoder/ff.cc
index d21bf3fe..28620bab 100644
--- a/decoder/ff.cc
+++ b/decoder/ff.cc
@@ -2,7 +2,7 @@
//TODO: actually score rule_feature()==true features once only, hash keyed on rule or modify TRule directly? need to keep clear in forest which features come from models vs. rules; then rescoring could drop all the old models features at once
-#include <boost/lexical_cast.hpp>
+#include "fast_lexical_cast.hpp"
#include <stdexcept>
#include "ff.h"