aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2021-03-30 21:44:35 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-03-30 21:44:35 +0000
commit46241a925abb353aa70155c8dbee24b194744227 (patch)
treeb759c77cbd80c075943070072ecca105696b2a18
parenta3ec61e3a219a70a8db5fe198e0de607c0b880c6 (diff)
parentdf03366956f999a368ae025997603e82c93edc2b (diff)
downloadeigen-46241a925abb353aa70155c8dbee24b194744227.tar.gz
Merge "Include <sstream> explicitly, and don't rely on the implicit include via <complex>."android-s-beta-1
-rw-r--r--Eigen/Core1
-rw-r--r--Eigen/src/Core/arch/CUDA/Half.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/Eigen/Core b/Eigen/Core
index 0f7fa630d..ac7e39418 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -260,6 +260,7 @@
#include <cmath>
#include <cassert>
#include <functional>
+#include <sstream>
#include <iosfwd>
#include <cstring>
#include <string>
diff --git a/Eigen/src/Core/arch/CUDA/Half.h b/Eigen/src/Core/arch/CUDA/Half.h
index 294c517ea..88dd385a5 100644
--- a/Eigen/src/Core/arch/CUDA/Half.h
+++ b/Eigen/src/Core/arch/CUDA/Half.h
@@ -42,6 +42,7 @@
#define EIGEN_EXPLICIT_CAST(tgt_type) operator tgt_type()
#endif
+#include <sstream>
namespace Eigen {