Include the parallel vector property map header in addition to the non-parallel one

This commit is contained in:
Peter Dimov
2022-01-29 06:34:40 +02:00
parent ab2b4a4349
commit a2f90e9660

View File

@@ -226,6 +226,6 @@ public:
}
#include <boost/property_map/vector_property_map.hpp>
#include <boost/property_map/parallel/vector_property_map.hpp>
#endif /* BOOST_PROPERTY_MAP_PARALLEL_PROPERTY_MAPS_HPP */