From af223649881b816f747df2d4f0ff82394846d52a Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 7 Oct 2010 17:54:46 +0200 Subject: [PATCH] an attempt to fix compilation on windows mobile --- Eigen/Core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/Core b/Eigen/Core index 491e0ab63..a76d705b0 100644 --- a/Eigen/Core +++ b/Eigen/Core @@ -160,7 +160,7 @@ #endif // required for __cpuid, needs to be included after cmath -#ifdef _MSC_VER +#if defined(_MSC_VER) && (defined(_M_IX86)||defined(_M_IX64)) #include #endif