aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/Tensor
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-02-22 13:59:03 -0800
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-02-22 13:59:03 -0800
commit5cd00068c0830a55414cd91ea621a547d0c5097f (patch)
tree89a76d64fca5e2fca8ad7b9d1febc79f5a891578 /unsupported/Eigen/CXX11/Tensor
parent257b640463401ce042ffd223083d443b9a3690fa (diff)
include <iostream> in the tensor header since we now use it to better report cuda initialization errors
Diffstat (limited to 'unsupported/Eigen/CXX11/Tensor')
-rw-r--r--unsupported/Eigen/CXX11/Tensor1
1 files changed, 1 insertions, 0 deletions
diff --git a/unsupported/Eigen/CXX11/Tensor b/unsupported/Eigen/CXX11/Tensor
index b4f860c41..3b5be4426 100644
--- a/unsupported/Eigen/CXX11/Tensor
+++ b/unsupported/Eigen/CXX11/Tensor
@@ -58,6 +58,7 @@ typedef unsigned __int64 uint64_t;
#endif
#ifdef EIGEN_USE_GPU
+#include <iostream>
#include <cuda_runtime.h>
#if defined(__CUDACC__)
#include <curand_kernel.h>