$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r48833 - trunk/boost/detail
From: pdimov_at_[hidden]
Date: 2008-09-17 18:21:56
Author: pdimov
Date: 2008-09-17 18:21:56 EDT (Wed, 17 Sep 2008)
New Revision: 48833
URL: http://svn.boost.org/trac/boost/changeset/48833
Log:
Fix #2337.
Text files modified: 
   trunk/boost/detail/atomic_count_sync.hpp |     4 ++++                                    
   1 files changed, 4 insertions(+), 0 deletions(-)
Modified: trunk/boost/detail/atomic_count_sync.hpp
==============================================================================
--- trunk/boost/detail/atomic_count_sync.hpp	(original)
+++ trunk/boost/detail/atomic_count_sync.hpp	2008-09-17 18:21:56 EDT (Wed, 17 Sep 2008)
@@ -15,6 +15,10 @@
 //  http://www.boost.org/LICENSE_1_0.txt)
 //
 
+#if defined( __ia64__ ) && defined( __INTEL_COMPILER )
+# include <ia64intrin.h>
+#endif
+
 namespace boost
 {