Index: spinlock.hpp =================================================================== --- spinlock.hpp (revision 46272) +++ spinlock.hpp (working copy) @@ -32,7 +32,7 @@ #if defined(__GNUC__) && defined( __arm__ ) # include -#elif defined(__GNUC__) && ( __GNUC__ * 100 + __GNUC_MINOR__ >= 401 ) +#elif defined(__GNUC__) && ( __GNUC__ * 100 + __GNUC_MINOR__ >= 401 ) && !defined(BOOST_INTEL) # include #elif defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__) # include