X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=3rdparty%2Fboost%2Fboost%2Fvariant%2Fdetail%2Fhas_result_type.hpp;h=80cd56ab1190e3c129ac9599a072b336706b9e79;hb=46c6f4de670ac1f930542ca2bd967e5bb6fba940;hp=8ec3d361eec5f1ad31e29d65660b46e680980030;hpb=86517b120cfbd98973381551fc11f38a571dfcb7;p=features.git diff --git a/3rdparty/boost/boost/variant/detail/has_result_type.hpp b/3rdparty/boost/boost/variant/detail/has_result_type.hpp index 8ec3d361ee..80cd56ab11 100644 --- a/3rdparty/boost/boost/variant/detail/has_result_type.hpp +++ b/3rdparty/boost/boost/variant/detail/has_result_type.hpp @@ -12,8 +12,8 @@ #ifndef BOOST_VARIANT_DETAIL_HAS_RESULT_TYPE_HPP #define BOOST_VARIANT_DETAIL_HAS_RESULT_TYPE_HPP -#include "boost/config.hpp" -#include "boost/type_traits/remove_reference.hpp" +#include +#include namespace boost { namespace detail { namespace variant {