From 485bcbdcd833d86d3fdbc3a73e62462c85309b01 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Thu, 2 Sep 2004 15:41:37 +0000 Subject: [PATCH] merge new MPL version from 'mplbook' branch [SVN r24874] --- include/boost/lambda/detail/return_type_traits.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/lambda/detail/return_type_traits.hpp b/include/boost/lambda/detail/return_type_traits.hpp index e3bcb9a..043a891 100644 --- a/include/boost/lambda/detail/return_type_traits.hpp +++ b/include/boost/lambda/detail/return_type_traits.hpp @@ -12,7 +12,7 @@ #ifndef BOOST_LAMBDA_RETURN_TYPE_TRAITS_HPP #define BOOST_LAMBDA_RETURN_TYPE_TRAITS_HPP -#include "boost/mpl/aux_/has_xxx.hpp" +#include "boost/mpl/has_xxx.hpp" #include // needed for the ptrdiff_t