Index: bit_aligned_pixel_reference.hpp =================================================================== --- bit_aligned_pixel_reference.hpp (revision 41965) +++ bit_aligned_pixel_reference.hpp (working copy) @@ -121,7 +121,7 @@ bool IsMutable> struct bit_aligned_pixel_reference { BOOST_STATIC_CONSTANT(int, bit_size = (mpl::accumulate, mpl::plus >::type::value)); - typedef bit_range bit_range_t; + typedef boost::gil::bit_range bit_range_t; typedef BitField bitfield_t; typedef typename mpl::if_c::type data_ptr_t;