diff --git a/include/boost/mpl/if.hpp b/include/boost/mpl/if.hpp index fc4af00..0348d85 100644 --- a/include/boost/mpl/if.hpp +++ b/include/boost/mpl/if.hpp @@ -24,6 +24,10 @@ #include "boost/mpl/aux_/config/workaround.hpp" #include "boost/config.hpp" +#ifndef BOOST_MPL_NO_FULL_LAMBDA_SUPPORT +# include "boost/mpl/arg_fwd.hpp" +#endif + namespace boost { namespace mpl { @@ -113,6 +117,20 @@ struct if_ template struct bind3; template