Skip to content

Commit e70f330

Browse files
committed
Update the #includes in shared_ptr_helper.hpp to avoid 'singleton' is not a member of 'boost::serialization' errors on compilation
1 parent 2b5f6e7 commit e70f330

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/boost/serialization/shared_ptr_helper.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#include <boost/type_traits/is_polymorphic.hpp>
2727
#include <boost/mpl/if.hpp>
2828

29+
#include <boost/serialization/singleton.hpp>
30+
#include <boost/serialization/extended_type_info.hpp>
2931
#include <boost/serialization/type_info_implementation.hpp>
3032
#include <boost/serialization/throw_exception.hpp>
3133
#include <boost/archive/archive_exception.hpp>

0 commit comments

Comments
 (0)