Ticket #4598: 4598.patch

File 4598.patch, 1.5 KB (added by crispin.boylan@…, 12 years ago)

patch for similar errors in other files

  • boost/date_time/posix_time/time_serialize.hpp

    old new  
    1212#include "boost/date_time/posix_time/posix_time.hpp"
    1313#include "boost/date_time/gregorian/greg_serialize.hpp"
    1414#include "boost/serialization/split_free.hpp"
    15 
     15#include "boost/serialization/nvp.hpp"
    1616
    1717// macros to split serialize functions into save & load functions
    1818// NOTE: these macros define template functions in the boost::serialization namespace.
  • boost/date_time/gregorian/greg_serialize.hpp

    old new  
    1212#include "boost/date_time/gregorian/gregorian_types.hpp"
    1313#include "boost/date_time/gregorian/parsers.hpp"
    1414#include "boost/serialization/split_free.hpp"
    15 
     15#include "boost/serialization/nvp.hpp"
    1616 
    1717// macros to split serialize functions into save & load functions
    1818// An expanded version is below for gregorian::date
  • boost/ptr_container/detail/serialize_ptr_map_adapter.hpp

    old new  
    99#include <boost/ptr_container/ptr_map_adapter.hpp>
    1010#include <boost/ptr_container/detail/serialize_xml_names.hpp>
    1111#include <boost/serialization/split_free.hpp>
     12#include <boost/serialization/nvp.hpp>
    1213
    1314namespace boost
    1415{