From 03ae5cdbc69854d5c5c8f597153e4832b9c4cc76 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 1 Nov 2012 17:50:41 +0000 Subject: [PATCH] Add back _AIX-specific #ifdef that was mistakenly removed. Refs #6308. Refs #6667. [SVN r81134] --- include/boost/smart_ptr/detail/sp_counted_base.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/smart_ptr/detail/sp_counted_base.hpp b/include/boost/smart_ptr/detail/sp_counted_base.hpp index 783d130..e97c237 100644 --- a/include/boost/smart_ptr/detail/sp_counted_base.hpp +++ b/include/boost/smart_ptr/detail/sp_counted_base.hpp @@ -65,6 +65,9 @@ #elif defined( WIN32 ) || defined( _WIN32 ) || defined( __WIN32__ ) || defined(__CYGWIN__) # include +#elif defined( _AIX ) +# include + #elif !defined( BOOST_HAS_THREADS ) # include