aboutsummaryrefslogtreecommitdiff
blob: 9319378acb1a67e5faf33815c55974d66fd1a319 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Infovis/vtkTreeLayoutStrategy.cxx b/Infovis/vtkTreeLayoutStrategy.cxx
index 4a764ea..74d0b53 100644
--- a/Infovis/vtkTreeLayoutStrategy.cxx
+++ b/Infovis/vtkTreeLayoutStrategy.cxx
@@ -388,7 +388,7 @@ void vtkTreeLayoutStrategy::PrintSelf(ostream& os, vtkIndent indent)
 #include "vtkTreeToBoostAdapter.h"
 #include <boost/graph/visitors.hpp>
 #include <boost/graph/depth_first_search.hpp>
-#include <boost/property_map.hpp>
+#include <boost/property_map/property_map.hpp>
 #include <boost/pending/queue.hpp>
 
 using namespace boost;