Add back _AIX-specific #ifdef that was mistakenly removed. Refs #6308. Refs #6667.

[SVN r81134]
This commit is contained in:
Peter Dimov
2012-11-01 17:50:41 +00:00
parent 0c22e55f3e
commit 03ae5cdbc6

View File

@ -65,6 +65,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>