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:
Diffstat (limited to 'mert/Data.cpp')
-rw-r--r--mert/Data.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/mert/Data.cpp b/mert/Data.cpp
index be4c65fb2..19a89f754 100644
--- a/mert/Data.cpp
+++ b/mert/Data.cpp
@@ -17,6 +17,8 @@
#include "Util.h"
#include "util/check.hh"
+using namespace std;
+
Data::Data()
: m_scorer(NULL),
m_num_scores(0),