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>2011-11-14 10:15:30 +0400
committerTetsuo Kiso <tetsuo-s@is.naist.jp>2011-11-14 10:15:30 +0400
commit29c16d252a74d7e523f96de7f0d9022ea16c7770 (patch)
treea0ece729d1b427426c699cb138ad88aa9628c7a1 /mert/CderScorer.h
parentbe1506e7595bd8602a3aec3469a2407c3453d0b2 (diff)
Minimize using #include headers in headers.
Should use it in .cpp files.
Diffstat (limited to 'mert/CderScorer.h')
-rw-r--r--mert/CderScorer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mert/CderScorer.h b/mert/CderScorer.h
index 802690a99..359ac31e9 100644
--- a/mert/CderScorer.h
+++ b/mert/CderScorer.h
@@ -3,10 +3,10 @@
#include <algorithm>
#include <iostream>
+#include <iterator>
#include <string>
#include <vector>
#include "Types.h"
-#include "ScoreData.h"
#include "Scorer.h"
using namespace std;