diff options
author | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-13 16:15:33 +0000 |
---|---|---|
committer | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-13 16:15:33 +0000 |
commit | d8d733bd47cb5578b4fa3981c3652ebb6077a927 (patch) | |
tree | 4c74f69a4c431da1f5a4908e701060da849ffb09 /extools/lex_trans_tbl.h | |
parent | 9f91fec4bada4dde4c789702781b36ee7cce4ade (diff) |
major speed up using DFA parser
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@235 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'extools/lex_trans_tbl.h')
-rw-r--r-- | extools/lex_trans_tbl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extools/lex_trans_tbl.h b/extools/lex_trans_tbl.h index 81d6ccc9..161b4a0d 100644 --- a/extools/lex_trans_tbl.h +++ b/extools/lex_trans_tbl.h @@ -8,6 +8,7 @@ #ifndef LEX_TRANS_TBL_H_ #define LEX_TRANS_TBL_H_ +#include "wordid.h" #include <map> class LexTranslationTable |