--- boost1.36-1.36.0.orig/boost/detail/atomic_count_gcc.hpp +++ boost1.36-1.36.0/boost/detail/atomic_count_gcc.hpp @@ -17,7 +17,11 @@ // http://www.boost.org/LICENSE_1_0.txt) // -#include +#if defined( __GNUC__ ) && ( __GNUC__ * 100 + __GNUC_MINOR__ >= 402 ) +# include +#else +# include +#endif namespace boost {