--- basegfx/source/range/b2drangeclipper.cxx (revision 1829493) +++ basegfx/source/range/b2drangeclipper.cxx (working copy) @@ -35,7 +35,11 @@ #include #include +#if BOOST_VERSION < 106700 #include +#else +#include +#endif #include #include --- slideshow/source/inc/listenercontainer.hxx (revision 1829493) +++ slideshow/source/inc/listenercontainer.hxx (working copy) @@ -24,10 +24,15 @@ #define INCLUDED_SLIDESHOW_LISTENERCONTAINER_HXX #include -#include #include #include +#if BOOST_VERSION < 106700 +#include +#else +#include +#endif + #include "listenercontainerimpl.hxx" namespace slideshow {