More clearly disable the inclusion of src/Core/arch/CUDA/Complex.h without CUDA

This commit is contained in:
Gael Guennebaud 2018-07-18 13:51:36 +02:00
parent 000840cae0
commit 308725c3c9

View File

@ -206,7 +206,9 @@ using std::ptrdiff_t;
// Specialized functors to enable the processing of complex numbers
// on CUDA devices
#ifdef EIGEN_CUDACC
#include "src/Core/arch/CUDA/Complex.h"
#endif
#include "src/Core/util/IndexedViewHelper.h"
#include "src/Core/ArithmeticSequence.h"