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 <hieuhoang@gmail.com>2012-11-13 00:30:39 +0400
committerHieu Hoang <hieuhoang@gmail.com>2012-11-13 00:30:39 +0400
commitf8438f80cc99c1dffc19890e292b02b8ae53fb58 (patch)
tree9a9893661bb6b7135a6a0160ac931694e8729e83 /mert/mert.cpp
parent6b354f1e90a216b98b11c1caf26124b5c5aaf910 (diff)
move moses/src/* to moses/
Diffstat (limited to 'mert/mert.cpp')
-rw-r--r--mert/mert.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mert/mert.cpp b/mert/mert.cpp
index 4352927dc..e53c86be2 100644
--- a/mert/mert.cpp
+++ b/mert/mert.cpp
@@ -25,7 +25,7 @@
#include "Timer.h"
#include "Util.h"
-#include "../moses/src/ThreadPool.h"
+#include "moses/ThreadPool.h"
using namespace std;
using namespace MosesTuning;