Index: bimap/container_adaptor/sequence_container_adaptor.hpp =================================================================== --- bimap/container_adaptor/sequence_container_adaptor.hpp (Revision 41964) +++ bimap/container_adaptor/sequence_container_adaptor.hpp (Arbeitskopie) @@ -26,6 +26,7 @@ #include #include #include +#include // totally_ordered namespace boost { namespace bimaps { Index: bimap/views/list_set_view.hpp =================================================================== --- bimap/views/list_set_view.hpp (Revision 41964) +++ bimap/views/list_set_view.hpp (Arbeitskopie) @@ -20,6 +20,7 @@ #include #include +#include // BOOST_BIMAP_VIEW_ASSIGN_IMPLEMENTATION namespace boost { namespace bimaps { Index: bimap/views/vector_set_view.hpp =================================================================== --- bimap/views/vector_set_view.hpp (Revision 41964) +++ bimap/views/vector_set_view.hpp (Arbeitskopie) @@ -21,6 +21,7 @@ #include #include #include +#include // BOOST_BIMAP_VIEW_ASSIGN_IMPLEMENTATION namespace boost { Index: bimap/detail/map_view_base.hpp =================================================================== --- bimap/detail/map_view_base.hpp (Revision 41964) +++ bimap/detail/map_view_base.hpp (Arbeitskopie) @@ -17,6 +17,7 @@ #endif #include +#include // throw_exception #include #include Index: bimap/detail/set_view_base.hpp =================================================================== --- bimap/detail/set_view_base.hpp (Revision 41964) +++ bimap/detail/set_view_base.hpp (Arbeitskopie) @@ -25,6 +25,7 @@ #include #include #include +#include // iterator_facade_to_base namespace boost { namespace bimaps { Index: bimap/support/lambda.hpp =================================================================== --- bimap/support/lambda.hpp (Revision 41964) +++ bimap/support/lambda.hpp (Arbeitskopie) @@ -33,6 +33,7 @@ boost::lambda::placeholder2_type & _right = boost::lambda::_2; */ +// unused? boost::lambda::placeholder1_type & _key = boost::lambda::_1; boost::lambda::placeholder1_type & _data = boost::lambda::_1; Index: bimap/relation/support/data_extractor.hpp =================================================================== --- bimap/relation/support/data_extractor.hpp (Revision 41964) +++ bimap/relation/support/data_extractor.hpp (Arbeitskopie) @@ -19,6 +19,7 @@ #include #include +#include // std::unary_function /** \struct boost::bimaps::relation::support::data_extractor