From e64257f7eef5314322c380ee42a3f61c5f799092 Mon Sep 17 00:00:00 2001 From: Ulrich Germann Date: Thu, 23 Oct 2014 11:10:35 -0700 Subject: [PATCH] Adapted to new location of TranslationAnalysis.h. --- moses-cmd/simulate-pe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moses-cmd/simulate-pe.cc b/moses-cmd/simulate-pe.cc index 5384d9886..9678e26c7 100644 --- a/moses-cmd/simulate-pe.cc +++ b/moses-cmd/simulate-pe.cc @@ -44,7 +44,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA //#include #endif -#include "TranslationAnalysis.h" +#include "moses/TranslationAnalysis.h" #include "IOWrapper.h" #include "mbr.h"