X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=3rdparty%2Fboost%2Fboost%2Ftype_traits%2Fhas_trivial_move_constructor.hpp;h=ce85dc2d79c6480bc39d46a6297d329c662b4d28;hb=09130d7a622;hp=5784f4bbfffd7187de614fb93dcdf81ea04e2548;hpb=294969c6a2ba456c231e52d79b4637cdd50a6a95;p=lyx.git diff --git a/3rdparty/boost/boost/type_traits/has_trivial_move_constructor.hpp b/3rdparty/boost/boost/type_traits/has_trivial_move_constructor.hpp index 5784f4bbff..ce85dc2d79 100644 --- a/3rdparty/boost/boost/type_traits/has_trivial_move_constructor.hpp +++ b/3rdparty/boost/boost/type_traits/has_trivial_move_constructor.hpp @@ -20,9 +20,10 @@ #if defined(BOOST_MSVC) || defined(BOOST_INTEL) #include #include +#include #endif -#if defined(__GNUC__) || defined(__clang) +#if defined(__GNUC__) || defined(__clang__) #include #include #endif