Index: boost/phoenix/core/function_equal.hpp =================================================================== --- boost/phoenix/core/function_equal.hpp (revision 71779) +++ boost/phoenix/core/function_equal.hpp (working copy) @@ -8,6 +8,7 @@ #ifndef BOOST_PHOENIX_CORE_FUNCTION_EQUAL_HPP #define BOOST_PHOENIX_CORE_FUNCTION_EQUAL_HPP +#include #include #include #include @@ -134,7 +135,7 @@ BOOST_PP_REPEAT_FROM_TO( 1 - , BOOST_PROTO_MAX_ARITY + , BOOST_PP_INC(BOOST_PROTO_MAX_ARITY) , BOOST_PHOENIX_FUNCTION_EQUAL , _ )