Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/FBGEMM.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/RefImplementations.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RefImplementations.cc b/src/RefImplementations.cc
index dc40d44..d06ce72 100644
--- a/src/RefImplementations.cc
+++ b/src/RefImplementations.cc
@@ -12,6 +12,7 @@
#include <cassert>
#include <cmath>
#include <cstring>
+#include <limits>
using namespace std;