Adding the two missing includes has indeed fixed the problem, as suggested in
https://svn.boost.org/trac/boost/ticket/10348

#include <boost/serialization/singleton.hpp>
#include <boost/serialization/extended_type_info.hpp>

Thanks,
 Avi