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
path: root/mert
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2012-06-25 17:45:45 +0400
committerHieu Hoang <hieuhoang@gmail.com>2012-06-25 17:45:45 +0400
commit8498b17a41e403020897b491fa63a2c2845ab088 (patch)
tree9b1fa1e9bbe1f223654d96edd6fda61c6fc0e24e /mert
parent0770b39bed35c3efaf50fdddfe14ebc09e49349f (diff)
gcc version-specific error
Diffstat (limited to 'mert')
-rw-r--r--mert/Scorer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mert/Scorer.h b/mert/Scorer.h
index d1c658183..f7e9d0424 100644
--- a/mert/Scorer.h
+++ b/mert/Scorer.h
@@ -6,6 +6,7 @@
#include <stdexcept>
#include <string>
#include <vector>
+#include <limits>
#include "Types.h"
#include "ScoreData.h"