an attempt to fix compilation on windows mobile

This commit is contained in:
Gael Guennebaud 2010-10-07 17:54:46 +02:00
parent d9c131de5b
commit af22364988

View File

@ -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 <intrin.h>
#endif