Skip to content
Snippets Groups Projects
Commit 3c35e552 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

Infovis: Add an include for newer Boost versions

Change-Id: I1ae50e6d904856aa67364c955f15c7a016a417e1
parent a6faf425
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@
#include "vtkBoostGraphAdapter.h" // for the sequential BGL adapters
//BTX
#include <vtksys/stl/map> // required for Boost 1.54.0
#include <boost/graph/use_mpi.hpp>
#include <boost/graph/distributed/mpi_process_group.hpp>
#include <boost/graph/properties.hpp>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment