Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieu@hoang.co.uk>2013-10-02 23:02:05 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-10-02 23:02:05 +0400
commitf2d218f8ee5a5273451337c921046fc5e4c1a658 (patch)
tree10badcde46882f382296549ef9c1cecd0cd3af4a /moses/InputType.cpp
parent6e32bd3e19db20bb7e8c3034fc0056c937b435b6 (diff)
move checking of legacy phrase-table to StaticData
Diffstat (limited to 'moses/InputType.cpp')
-rw-r--r--moses/InputType.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/InputType.cpp b/moses/InputType.cpp
index 1ca3da63b..8e58d6692 100644
--- a/moses/InputType.cpp
+++ b/moses/InputType.cpp
@@ -24,6 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "InputType.h"
#include "ChartTranslationOptions.h"
+#include "StaticData.h"
namespace Moses
{