From 2a92df56f2dee5579de8bd6ca5acae6bb7d54d2a Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 2 Jun 2008 20:01:30 +0000 Subject: [PATCH] #include in spinlock_sync.hpp as well. [SVN r46055] --- include/boost/detail/spinlock_sync.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/boost/detail/spinlock_sync.hpp b/include/boost/detail/spinlock_sync.hpp index d602365..a752396 100644 --- a/include/boost/detail/spinlock_sync.hpp +++ b/include/boost/detail/spinlock_sync.hpp @@ -17,6 +17,10 @@ #include +#if defined( __ia64__ ) && defined( __INTEL_COMPILER ) +# include +#endif + namespace boost {