Boost logo

Boost-Commit :

From: pdimov_at_[hidden]
Date: 2008-05-23 16:29:14


Author: pdimov
Date: 2008-05-23 16:29:14 EDT (Fri, 23 May 2008)
New Revision: 45690
URL: http://svn.boost.org/trac/boost/changeset/45690

Log:
Fix #1938 in trunk
Text files modified:
   trunk/boost/detail/sp_counted_base_sync.hpp | 4 ++++
   1 files changed, 4 insertions(+), 0 deletions(-)

Modified: trunk/boost/detail/sp_counted_base_sync.hpp
==============================================================================
--- trunk/boost/detail/sp_counted_base_sync.hpp (original)
+++ trunk/boost/detail/sp_counted_base_sync.hpp 2008-05-23 16:29:14 EDT (Fri, 23 May 2008)
@@ -18,6 +18,10 @@
 #include <boost/detail/sp_typeinfo.hpp>
 #include <limits.h>
 
+#if defined( __ia64__ ) && defined( __INTEL_COMPILER )
+# include <ia64intrin.h>
+#endif
+
 namespace boost
 {
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk