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-02-27 13:50:27 +0400
committerTetsuo Kiso <tetsuo-s@is.naist.jp>2012-02-27 13:50:27 +0400
commitc3bb4c7abd76fc5302ddff2101bb13e66a502b2d (patch)
treeb563beae7bd1dd0a240e5a484aac1f869fded225 /mert/CderScorer.cpp
parent5e74e87da029f7bf1dba76fbcddb0842f1e72ee6 (diff)
Fix compiling mert: add a missed header.
Diffstat (limited to 'mert/CderScorer.cpp')
-rw-r--r--mert/CderScorer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mert/CderScorer.cpp b/mert/CderScorer.cpp
index f830796f9..2105820e9 100644
--- a/mert/CderScorer.cpp
+++ b/mert/CderScorer.cpp
@@ -1,5 +1,6 @@
#include "CderScorer.h"
+#include <algorithm>
#include <fstream>
#include <stdexcept>