Ticket #1819: the.patch

File the.patch, 455 bytes (added by Maik Beckmann <Beckmann.Maik <at> googlemail <dot> com>, 15 years ago)
  • boost/mpi/detail/binary_buffer_iprimitive.hpp

     
    2020#include <boost/serialization/is_bitwise_serializable.hpp>
    2121#include <vector>
    2222#include <boost/mpi/allocator.hpp>
     23#include <cstring> // memcpy
    2324
    2425namespace boost { namespace mpi {
    2526