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>2017-02-17 13:26:42 +0300
committerHieu Hoang <hieuhoang@gmail.com>2017-02-17 13:26:42 +0300
commit2c061823bbb009cbf2631e1f5b3bdbf3cb572071 (patch)
tree44870caabf3b94ae83d3f40bbc3de9c8c90e7cec /moses2/TranslationModel
parent2af5030504e72e740ac7b9310f29c9f5a4d550f9 (diff)
more minor compile error
Diffstat (limited to 'moses2/TranslationModel')
-rw-r--r--moses2/TranslationModel/ProbingPT.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses2/TranslationModel/ProbingPT.cpp b/moses2/TranslationModel/ProbingPT.cpp
index 5f5090def..d99137f05 100644
--- a/moses2/TranslationModel/ProbingPT.cpp
+++ b/moses2/TranslationModel/ProbingPT.cpp
@@ -6,8 +6,8 @@
*/
#include <boost/foreach.hpp>
#include "ProbingPT.h"
-#include "probingpt/querying.hh"
-#include "probingpt/probing_hash_utils.hh"
+#include "probingpt/querying.h"
+#include "probingpt/probing_hash_utils.h"
#include "util/exception.hh"
#include "../System.h"
#include "../Scores.h"