$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: rwgk_at_[hidden]
Date: 2008-05-02 15:44:57
Author: rwgk
Date: 2008-05-02 15:44:56 EDT (Fri, 02 May 2008)
New Revision: 45040
URL: http://svn.boost.org/trac/boost/changeset/45040
Log:
missing workaround.hpp include added
Text files modified:
trunk/boost/detail/shared_count.hpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/boost/detail/shared_count.hpp
==============================================================================
--- trunk/boost/detail/shared_count.hpp (original)
+++ trunk/boost/detail/shared_count.hpp 2008-05-02 15:44:56 EDT (Fri, 02 May 2008)
@@ -28,6 +28,7 @@
#include <boost/detail/bad_weak_ptr.hpp>
#include <boost/detail/sp_counted_base.hpp>
#include <boost/detail/sp_counted_impl.hpp>
+#include <boost/detail/workaround.hpp>
// In order to avoid circular dependencies with Boost.TR1
// we make sure that our include of <memory> doesn't try to
// pull in the TR1 headers: that's why we use this header