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
path: root/src
diff options
context:
space:
mode:
authorJianyu Huang <jianyuhuang@fb.com>2019-07-19 06:04:58 +0300
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-07-19 06:08:18 +0300
commit1419a6e114990a37856b2f08c78e2e7f2cc57010 (patch)
tree6a9a0e5660eb39628cd9f114257935aa36bc7458 /src
parent09493fd29122924ed6217dda7e81ac8d3b7d1e8d (diff)
Fix fbgemm OSS failure
Summary: std::multiplier is not found. Reviewed By: jspark1105 Differential Revision: D16373256 fbshipit-source-id: ae273a3f447f95e4b26d3f1a43e7ddad288b78ab
Diffstat (limited to 'src')
-rw-r--r--src/FbgemmConv.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbgemmConv.cc b/src/FbgemmConv.cc
index ac21d91..027e6c5 100644
--- a/src/FbgemmConv.cc
+++ b/src/FbgemmConv.cc
@@ -8,6 +8,7 @@
#include <algorithm>
#include <numeric>
#include <vector>
+#include <functional>
#include "fbgemm/Fbgemm.h"
namespace fbgemm {