fixed missing include

[SVN r15792]
This commit is contained in:
Aleksey Gurtovoy
2002-10-07 22:11:21 +00:00
parent 4b6dd9e7f1
commit b60a59d014

View File

@@ -18,6 +18,7 @@
#define BOOST_MPL_LAMBDA_FWD_HPP_INCLUDED #define BOOST_MPL_LAMBDA_FWD_HPP_INCLUDED
#include "boost/mpl/aux_/lambda_arity_param.hpp" #include "boost/mpl/aux_/lambda_arity_param.hpp"
#include "boost/mpl/aux_/config/lambda.hpp"
namespace boost { namespace boost {
namespace mpl { namespace mpl {