summaryrefslogtreecommitdiff
path: root/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp')
-rw-r--r--boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp b/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp
index 0fb807488a..5cf5b3fa66 100644
--- a/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp
+++ b/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp
@@ -25,6 +25,7 @@
//
#include <boost/detail/sp_typeinfo.hpp>
+#include <boost/config.hpp>
namespace boost
{
@@ -102,7 +103,7 @@ inline int atomic_conditional_increment( int * pw )
return rv;
}
-class sp_counted_base
+class BOOST_SYMBOL_VISIBLE sp_counted_base
{
private: