2
0
mirror of https://github.com/boostorg/lambda.git synced 2026-01-30 20:02:15 +00:00

This header should include the type_traits headers it needs and not depend on implicit inclusion which will go away in the current type_traits rewrite.

This commit is contained in:
Edward Diener
2015-03-05 11:02:19 -05:00
parent 545b6af540
commit 59e1516609

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