diff --git a/Eigen/CoreDeclarations b/Eigen/CoreDeclarations index 223a8d416..098cef4ea 100644 --- a/Eigen/CoreDeclarations +++ b/Eigen/CoreDeclarations @@ -27,8 +27,11 @@ #define EIGEN_VECTORIZE #define EIGEN_VECTORIZE_ALTIVEC #include - // We _need_ to #undef bool as it's defined in for some reason. + // We _need_ to #undef all these ugly tokens defined in + // => use __vector instead of vector #undef bool + #undef vector + #undef pixel #endif #endif