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:
authorTetsuo Kiso <tetsuo-s@is.naist.jp>2012-05-05 20:31:04 +0400
committerTetsuo Kiso <tetsuo-s@is.naist.jp>2012-05-05 20:31:04 +0400
commitb6f55f6bec8971d1aa42f6d796787878381d2e4c (patch)
tree2b9ddaaf3cb0ec26ca58464d7b96def4463cf1ea /mert/ScoreArray.cpp
parent3f2cbcc84629c5f53a39e9bb7fc14860e218208f (diff)
Fix using namespace "std" before including headers in *.h.
Diffstat (limited to 'mert/ScoreArray.cpp')
-rw-r--r--mert/ScoreArray.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/mert/ScoreArray.cpp b/mert/ScoreArray.cpp
index 972bca0e7..83fa96ef0 100644
--- a/mert/ScoreArray.cpp
+++ b/mert/ScoreArray.cpp
@@ -10,6 +10,8 @@
#include "Util.h"
#include "FileStream.h"
+using namespace std;
+
ScoreArray::ScoreArray()
: m_num_scores(0), m_index("") {}