diff -crB core/src/edge_visitors.hpp core/src/edge_visitors.hpp
*** pgrouting-1.05/core/src/edge_visitors.hpp	2010-11-17 03:42:21.000000000 +0100
--- pgrouting-1.05/core/src/edge_visitors.hpp	2012-03-23 13:29:16.046909354 +0100
***************
*** 3,12 ****
  
  #include <iosfwd>
  #include <boost/config.hpp>
! #include <boost/property_map.hpp>
  #include <boost/graph/graph_traits.hpp>
  #include <boost/limits.hpp>
! #include <boost/graph/detail/is_same.hpp>
  
  namespace boost 
  {
--- 3,12 ----
  
  #include <iosfwd>
  #include <boost/config.hpp>
! #include <boost/property_map/property_map.hpp>
  #include <boost/graph/graph_traits.hpp>
  #include <boost/limits.hpp>
! #include <boost/type_traits/is_same.hpp>
  
  namespace boost 
  {
diff -crB pgrouting-1.05/src/shooting_star_boost_wrapper.cpp pgrouting-1.05/src/shooting_star_boost_wrapper.cpp
*** pgrouting-1.05/core/src/shooting_star_boost_wrapper.cpp	2010-11-17 03:42:21.000000000 +0100
--- pgrouting-1.05/core/src/shooting_star_boost_wrapper.cpp	2012-03-23 13:29:16.046909354 +0100
***************
*** 23,29 ****
  
  #include <boost/graph/graph_traits.hpp>
  #include <boost/graph/adjacency_list.hpp>
! #include <boost/vector_property_map.hpp>
  #include <shooting_star_search.hpp>
  
  #include "shooting_star.h"
--- 23,29 ----
  
  #include <boost/graph/graph_traits.hpp>
  #include <boost/graph/adjacency_list.hpp>
! #include <boost/property_map/vector_property_map.hpp>
  #include <shooting_star_search.hpp>
  
  #include "shooting_star.h"
diff -crB pgrouting-1.05/src/shooting_star_relax.hpp pgrouting-1.05/src/shooting_star_relax.hpp
*** pgrouting-1.05/core/src/shooting_star_relax.hpp	2010-11-17 03:42:21.000000000 +0100
--- pgrouting-1.05/core/src/shooting_star_relax.hpp	2012-03-23 13:29:16.046909354 +0100
***************
*** 15,21 ****
  #include <functional>
  #include <boost/limits.hpp> // for numeric limits
  #include <boost/graph/graph_traits.hpp>
! #include <boost/property_map.hpp>
  
  #include <postgres.h>
  
--- 15,21 ----
  #include <functional>
  #include <boost/limits.hpp> // for numeric limits
  #include <boost/graph/graph_traits.hpp>
! #include <boost/property_map/property_map.hpp>
  
  #include <postgres.h>
  
