]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/graph/one_bit_color_map.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / graph / one_bit_color_map.hpp
index b153b732f7d893e65772fbff437a5f1013c8c226..aaf8943b0054cd09e8fbd4e089dd370adcb8981c 100644 (file)
@@ -16,6 +16,7 @@
 
 #include <boost/property_map/property_map.hpp>
 #include <boost/graph/properties.hpp>
+#include <boost/graph/detail/mpi_include.hpp>
 #include <boost/shared_array.hpp>
 #include <boost/config.hpp>
 #include <boost/assert.hpp>
@@ -97,8 +98,6 @@ make_one_bit_color_map(std::size_t n, const IndexMap& index_map)
 
 } // end namespace boost
 
-#endif // BOOST_ONE_BIT_COLOR_MAP_HPP
+#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/one_bit_color_map.hpp>)
 
-#ifdef BOOST_GRAPH_USE_MPI
-#  include <boost/graph/distributed/one_bit_color_map.hpp>
-#endif
+#endif // BOOST_ONE_BIT_COLOR_MAP_HPP