diff --git a/Eigen/Core b/Eigen/Core index c66359b79..5a6dec8cc 100644 --- a/Eigen/Core +++ b/Eigen/Core @@ -54,9 +54,9 @@ #endif #define EIGEN_DEVICE_FUNC __host__ __device__ - // We need math_functions.hpp to ensure that that EIGEN_USING_STD_MATH macro + // We need cuda_runtime.h to ensure that that EIGEN_USING_STD_MATH macro // works properly on the device side - #include + #include #else #define EIGEN_DEVICE_FUNC #endif