From 4a2dad1574b06ce56aa6c7e7ede901ed7c38a044 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 14 Nov 2012 12:09:30 +0000 Subject: [PATCH] Merged [81134] from trunk. Fixes #6308. Refs #6667. [SVN r81336] --- 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 afe111d..fd9eab4 100644 --- a/include/boost/smart_ptr/detail/sp_counted_base.hpp +++ b/include/boost/smart_ptr/detail/sp_counted_base.hpp @@ -62,6 +62,9 @@ #elif defined( WIN32 ) || defined( _WIN32 ) || defined( __WIN32__ ) || defined(__CYGWIN__) # include +#elif defined( _AIX ) +# include + #elif !defined( BOOST_HAS_THREADS ) # include