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--include/fbgemm/ConvUtils.h1
-rw-r--r--include/fbgemm/FbgemmFP16.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/fbgemm/ConvUtils.h b/include/fbgemm/ConvUtils.h
index 5431958..cb22004 100644
--- a/include/fbgemm/ConvUtils.h
+++ b/include/fbgemm/ConvUtils.h
@@ -7,6 +7,7 @@
#pragma once
#include <array>
+#include <stdexcept>
#include <string>
#include <type_traits>
diff --git a/include/fbgemm/FbgemmFP16.h b/include/fbgemm/FbgemmFP16.h
index 8da0b56..d994c07 100644
--- a/include/fbgemm/FbgemmFP16.h
+++ b/include/fbgemm/FbgemmFP16.h
@@ -12,6 +12,7 @@
#include <cassert>
#include <cstdlib>
#include <memory>
+#include <stdexcept>
#include <vector>
#include "Types.h"