From 96bccbf4b75a07f5a7cb4de2cb4674baa379ba63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Fri, 8 Feb 2002 15:27:17 +0000 Subject: [PATCH] added #include [SVN r12759] --- include/boost/lambda/detail/operator_return_type_traits.hpp | 2 ++ 1 file changed, 2 insertions(+) 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 {