--- boost_1_57_0/boost/type_traits/detail/has_binary_operator.hpp.orig 2015-04-11 16:45:40.250578640 +0200 +++ boost_1_57_0/boost/type_traits/detail/has_binary_operator.hpp 2015-04-11 16:45:58.911577918 +0200 @@ -6,6 +6,7 @@ // // See http://www.boost.org/libs/type_traits for most recent version including documentation. +#ifndef Q_MOC_RUN #include #include #include @@ -227,3 +228,4 @@ #endif #include +#endif