From 3c35e552283c80fd9ba7d6f4ebb730bd9b12a0f9 Mon Sep 17 00:00:00 2001
From: Ben Boeckel <ben.boeckel@kitware.com>
Date: Mon, 17 Mar 2014 18:23:08 -0400
Subject: [PATCH] Infovis: Add an include for newer Boost versions

Change-Id: I1ae50e6d904856aa67364c955f15c7a016a417e1
---
 Infovis/Parallel/vtkPBGLGraphAdapter.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Infovis/Parallel/vtkPBGLGraphAdapter.h b/Infovis/Parallel/vtkPBGLGraphAdapter.h
index 56736e64ea4..a948448f455 100644
--- a/Infovis/Parallel/vtkPBGLGraphAdapter.h
+++ b/Infovis/Parallel/vtkPBGLGraphAdapter.h
@@ -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>
-- 
GitLab