From 8f4b2afe26cdb83706d4c54e19f783a1b1e69a6a Mon Sep 17 00:00:00 2001 From: Ulrich Germann Date: Fri, 5 Jun 2015 16:30:07 +0100 Subject: [PATCH] #include a few more things. --- moses/TranslationModel/UG/mm/ug_lexical_reordering.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/moses/TranslationModel/UG/mm/ug_lexical_reordering.h b/moses/TranslationModel/UG/mm/ug_lexical_reordering.h index 9c56e6cb5..965dfcc04 100644 --- a/moses/TranslationModel/UG/mm/ug_lexical_reordering.h +++ b/moses/TranslationModel/UG/mm/ug_lexical_reordering.h @@ -1,5 +1,7 @@ // -*- c++ -*- #pragma once +#include "ug_typedefs.h" +#include #include #ifndef NO_MOSES