Opened 5 years ago
#12985 new Bugs
missing include of array_wrapper.hpp in boost/mpi/python/serialize.hpp
Reported by: | Owned by: | Matthias Troyer | |
---|---|---|---|
Milestone: | To Be Determined | Component: | mpi |
Version: | Boost 1.64.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Build of boost 1.64 failed because of missing header in boost/mpi/python/serialize.hpp.
It might be a problem of my build environment but this is what I had to do to make it work:
After adding
#include <boost/serialization/array_wrapper.hpp>
in boost/mpi/python/serialize.hpp the build succeeded.
Attachments (1)
Note:
See TracTickets
for help on using tickets.