mirror of
https://github.com/boostorg/lambda.git
synced 2026-01-27 19:02:15 +00:00
Update return_type_traits.hpp
This header should include the type_traits hedaers it needs and not depend on implicit inclusion which will go away in the current type_traits rewrite.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#define BOOST_LAMBDA_RETURN_TYPE_TRAITS_HPP
|
||||
|
||||
#include "boost/mpl/has_xxx.hpp"
|
||||
#include <boost/type_traits/ice.hpp>
|
||||
|
||||
#include <cstddef> // needed for the ptrdiff_t
|
||||
|
||||
|
||||
Reference in New Issue
Block a user