Added missing vector serializatin declaration. (#11)

May not be minimal.

Wow, thanks for the fast turnaround, appreciate the help.
This commit is contained in:
Alain Miniussi
2016-11-01 01:49:49 +01:00
committed by K. Noel Belcourt
parent 314a10cc63
commit f97c909f5c
11 changed files with 11 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
#include <boost/graph/use_mpi.hpp>
#include <boost/config.hpp>
#include <boost/throw_exception.hpp>
#include <boost/serialization/vector.hpp>
#include <boost/graph/distributed/compressed_sparse_row_graph.hpp>
#include <boost/graph/distributed/mpi_process_group.hpp>
#include <boost/graph/distributed/concepts.hpp>