From 03b63e182c02f85d50007a20c1b319ad3dda999b Mon Sep 17 00:00:00 2001 From: Luke Iwanski Date: Thu, 20 Oct 2016 15:32:44 +0100 Subject: Added SYCL include in Tensor. --- unsupported/Eigen/CXX11/Tensor | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'unsupported/Eigen/CXX11/Tensor') diff --git a/unsupported/Eigen/CXX11/Tensor b/unsupported/Eigen/CXX11/Tensor index 07e849e19..388976d2e 100644 --- a/unsupported/Eigen/CXX11/Tensor +++ b/unsupported/Eigen/CXX11/Tensor @@ -69,6 +69,10 @@ typedef unsigned __int64 uint64_t; #endif #endif +#ifdef EIGEN_USE_SYCL +#include +#endif + #include "src/Tensor/TensorMacros.h" #include "src/Tensor/TensorForwardDeclarations.h" #include "src/Tensor/TensorMeta.h" -- cgit v1.2.3