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>2016-10-06 18:23:53 +0300
committerHieu Hoang <hieuhoang@gmail.com>2016-10-06 18:23:53 +0300
commitd8362f8a55128b4bb6daecc71e3bef29eac69cbe (patch)
tree30d75aa8bfc42352acf2df16dcbd282989662e79
parentb7f1b360befe170cd9f366ee6300b0731b813e25 (diff)
compile error
-rw-r--r--moses/TranslationModel/ProbingPT/querying.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/TranslationModel/ProbingPT/querying.cpp b/moses/TranslationModel/ProbingPT/querying.cpp
index 52cd7f516..3810c7cf3 100644
--- a/moses/TranslationModel/ProbingPT/querying.cpp
+++ b/moses/TranslationModel/ProbingPT/querying.cpp
@@ -1,4 +1,4 @@
-#include "quering.hh"
+#include "querying.hh"
#include "util/exception.hh"
using namespace std;