Skip to content

Commit

Permalink
Update the #includes in shared_ptr_helper.hpp to avoid 'singleton' is…
Browse files Browse the repository at this point in the history
… not a member of 'boost::serialization' errors on compilation
  • Loading branch information
mirams committed Aug 11, 2014
1 parent 2b5f6e7 commit e70f330
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/boost/serialization/shared_ptr_helper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
#include <boost/type_traits/is_polymorphic.hpp>
#include <boost/mpl/if.hpp>

#include <boost/serialization/singleton.hpp>
#include <boost/serialization/extended_type_info.hpp>
#include <boost/serialization/type_info_implementation.hpp>
#include <boost/serialization/throw_exception.hpp>
#include <boost/archive/archive_exception.hpp>
Expand Down

0 comments on commit e70f330

Please sign in to comment.