|
Boost-Commit : |
From: pdimov_at_[hidden]
Date: 2008-05-23 16:30:15
Author: pdimov
Date: 2008-05-23 16:30:15 EDT (Fri, 23 May 2008)
New Revision: 45691
URL: http://svn.boost.org/trac/boost/changeset/45691
Log:
Fix #1938 in release
Text files modified:
branches/release/boost/detail/sp_counted_base_sync.hpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Modified: branches/release/boost/detail/sp_counted_base_sync.hpp
==============================================================================
--- branches/release/boost/detail/sp_counted_base_sync.hpp (original)
+++ branches/release/boost/detail/sp_counted_base_sync.hpp 2008-05-23 16:30:15 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