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:
authorUlrich Germann <ulrich.germann@cs.toronto.edu>2014-10-23 22:10:35 +0400
committerUlrich Germann <ulrich.germann@cs.toronto.edu>2014-10-23 22:10:35 +0400
commite64257f7eef5314322c380ee42a3f61c5f799092 (patch)
tree6d2110941948a0333bb520a2b612c23779cbad38 /moses-cmd
parenta01b6d625757ab5e4961f587af30937e7a652aff (diff)
Adapted to new location of TranslationAnalysis.h.
Diffstat (limited to 'moses-cmd')
-rw-r--r--moses-cmd/simulate-pe.cc2
1 files changed, 1 insertions, 1 deletions
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 <vld.h>
#endif
-#include "TranslationAnalysis.h"
+#include "moses/TranslationAnalysis.h"
#include "IOWrapper.h"
#include "mbr.h"