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:
authorNikolay Bogoychev <nheart@gmail.com>2021-11-19 12:16:09 +0300
committerGitHub <noreply@github.com>2021-11-19 12:16:09 +0300
commit6f45243cb8ab7d7ab921af18d313ae97144618b8 (patch)
tree5744f9d56b03558a88fba4cd4a5aeaa91fbbab3a
parentc258054a87b7c9020014558bd81819b3f7104cc0 (diff)
parent0d20bf0d9e04d15ebc866754ac71c33ddf99e403 (diff)
Merge pull request #11 from marian-nmt/gcc11supportHEADmaster
Add GCC 11 support.
-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;