Merged [81134] from trunk. Fixes #6308. Refs #6667.

[SVN r81336]
This commit is contained in:
Peter Dimov
2012-11-14 12:09:30 +00:00
parent babc72757d
commit 4a2dad1574

View File

@ -62,6 +62,9 @@
#elif defined( WIN32 ) || defined( _WIN32 ) || defined( __WIN32__ ) || defined(__CYGWIN__)
# include <boost/smart_ptr/detail/sp_counted_base_w32.hpp>
#elif defined( _AIX )
# include <boost/smart_ptr/detail/sp_counted_base_aix.hpp>
#elif !defined( BOOST_HAS_THREADS )
# include <boost/smart_ptr/detail/sp_counted_base_nt.hpp>