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.sakai21@gmail.com>2011-11-14 14:52:21 +0400
committerTetsuo Kiso <tetsuo.sakai21@gmail.com>2011-11-14 14:52:21 +0400
commit2fde1cab0e1afcdc1578e3b74cd746d0bf1c64df (patch)
tree70ceda5d04b1ee534670172839143d217bf35dfc /mert/Point.cpp
parent29c16d252a74d7e523f96de7f0d9022ea16c7770 (diff)
Add missing headers.
Diffstat (limited to 'mert/Point.cpp')
-rw-r--r--mert/Point.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mert/Point.cpp b/mert/Point.cpp
index 9b4899dc5..71338966a 100644
--- a/mert/Point.cpp
+++ b/mert/Point.cpp
@@ -3,6 +3,7 @@
#include <cmath>
#include <cstdlib>
#include <cassert>
+#include <limits>
#include "FeatureStats.h"
using namespace std;