2
0
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:
jzmaddock
2015-01-21 17:00:41 +00:00
parent 545b6af540
commit ba8e62af76

View File

@@ -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