$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost serialisation, just including shared_ptr.hpp causes compile error on Linux/gcc 4.5
From: avib369 . (avibahra_at_[hidden])
Date: 2014-08-19 12:04:44
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