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:
authorYoung Jin Kim <youki@microsoft.com>2020-06-24 19:03:47 +0300
committerYoung Jin Kim <youki@microsoft.com>2020-06-24 19:03:47 +0300
commitf99c51dfa0458bf1570febac4ed3074f814afb61 (patch)
tree22b19e9808904248a3ef1f6debedf0132a78582b
parent0a68a4939fcab9ae3686c5522012108128586e89 (diff)
Add more include <stdexcept>youki/fix-gcc10-compile
-rw-r--r--src/FbgemmI8Depthwise3DAvx2.cc1
-rw-r--r--src/FbgemmI8DepthwiseAvx2.cc1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/FbgemmI8Depthwise3DAvx2.cc b/src/FbgemmI8Depthwise3DAvx2.cc
index 7e12678..21a3807 100644
--- a/src/FbgemmI8Depthwise3DAvx2.cc
+++ b/src/FbgemmI8Depthwise3DAvx2.cc
@@ -7,6 +7,7 @@
#include "fbgemm/FbgemmI8DepthwiseAvx2.h"
#include <string>
+#include <stdexcept>
#include <tuple> // for tie
#include "FbgemmI8DepthwiseAvx2-inl.h"
diff --git a/src/FbgemmI8DepthwiseAvx2.cc b/src/FbgemmI8DepthwiseAvx2.cc
index 8e875cc..9ee0159 100644
--- a/src/FbgemmI8DepthwiseAvx2.cc
+++ b/src/FbgemmI8DepthwiseAvx2.cc
@@ -8,6 +8,7 @@
#include "fbgemm/Utils.h"
#include <string>
+#include <stdexcept>
#include <tuple> // for tie
#include "FbgemmI8DepthwiseAvx2-inl.h"