mirror of
https://github.com/boostorg/graph_parallel.git
synced 2026-07-21 13:23:34 +00:00
Added missing vector serializatin declaration. (#11)
May not be minimal. Wow, thanks for the fast turnaround, appreciate the help.
This commit is contained in:
committed by
Noel Belcourt
parent
c4fc14e816
commit
4a62e6a7e1
@@ -29,6 +29,7 @@
|
||||
#include <boost/function/function0.hpp>
|
||||
#include <boost/mpi.hpp>
|
||||
#include <boost/property_map/parallel/process_group.hpp>
|
||||
#include <boost/serialization/vector.hpp>
|
||||
#include <boost/utility/enable_if.hpp>
|
||||
|
||||
namespace boost { namespace graph { namespace distributed {
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
#include <boost/assert.hpp>
|
||||
#include <boost/graph/use_mpi.hpp>
|
||||
#include <boost/graph/distributed/mpi_process_group.hpp>
|
||||
#include <boost/serialization/vector.hpp>
|
||||
#include <boost/mpi/environment.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <memory>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/throw_exception.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <boost/serialization/vector.hpp>
|
||||
#include <boost/graph/distributed/adjacency_list.hpp>
|
||||
#include <boost/graph/distributed/mpi_process_group.hpp>
|
||||
#include <boost/random/linear_congruential.hpp>
|
||||
|
||||
@@ -10,6 +10,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/adjacency_list.hpp>
|
||||
#include <boost/graph/connected_components.hpp>
|
||||
#include <boost/graph/distributed/connected_components_parallel_search.hpp>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
#include <boost/graph/use_mpi.hpp>
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/throw_exception.hpp>
|
||||
#include <boost/serialization/vector.hpp>
|
||||
#include <boost/graph/depth_first_search.hpp>
|
||||
#include <boost/graph/distributed/mpi_process_group.hpp>
|
||||
#include <boost/graph/distributed/adjacency_list.hpp>
|
||||
|
||||
@@ -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/boman_et_al_graph_coloring.hpp>
|
||||
#include <boost/graph/distributed/mpi_process_group.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
@@ -10,6 +10,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/dehne_gotz_min_spanning_tree.hpp>
|
||||
#include <boost/graph/distributed/mpi_process_group.hpp>
|
||||
#include <boost/graph/distributed/vertex_list_adaptor.hpp>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
#include <boost/graph/use_mpi.hpp>
|
||||
#include <boost/throw_exception.hpp>
|
||||
#include <boost/serialization/vector.hpp>
|
||||
#include <boost/graph/distributed/page_rank.hpp>
|
||||
#include <boost/test/minimal.hpp>
|
||||
#include <boost/graph/distributed/adjacency_list.hpp>
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
#include <boost/test/minimal.hpp>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <boost/serialization/vector.hpp>
|
||||
#include <boost/serialization/string.hpp>
|
||||
#include <boost/serialization/utility.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
@@ -9,6 +9,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/queue.hpp>
|
||||
#include <boost/test/minimal.hpp>
|
||||
#include <boost/graph/distributed/mpi_process_group.hpp>
|
||||
|
||||
Reference in New Issue
Block a user