diff --git a/include/boost/lambda/detail/operator_return_type_traits.hpp b/include/boost/lambda/detail/operator_return_type_traits.hpp index aedac8b..e4c9c36 100644 --- a/include/boost/lambda/detail/operator_return_type_traits.hpp +++ b/include/boost/lambda/detail/operator_return_type_traits.hpp @@ -22,6 +22,8 @@ #include // needed for the ptrdiff_t #include // for istream and ostream +#include // needed for operator& + namespace boost { namespace lambda { namespace detail {