diff options
Diffstat (limited to '3rdParty/Boost/src/boost/phoenix/statement/sequence.hpp')
-rw-r--r-- | 3rdParty/Boost/src/boost/phoenix/statement/sequence.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdParty/Boost/src/boost/phoenix/statement/sequence.hpp b/3rdParty/Boost/src/boost/phoenix/statement/sequence.hpp index 965d9d3..56364ae 100644 --- a/3rdParty/Boost/src/boost/phoenix/statement/sequence.hpp +++ b/3rdParty/Boost/src/boost/phoenix/statement/sequence.hpp @@ -7,18 +7,19 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ==============================================================================*/ #ifndef BOOST_PHOENIX_STATEMENT_SEQUENCE_HPP #define BOOST_PHOENIX_STATEMENT_SEQUENCE_HPP #include <boost/phoenix/core/limits.hpp> #include <boost/phoenix/core/expression.hpp> #include <boost/phoenix/core/meta_grammar.hpp> +#include <boost/proto/operators.hpp> // Included to solve #5715 namespace boost { namespace phoenix { namespace expression { template <typename A0, typename A1> struct sequence : expr<proto::tag::comma, A0, A1> {}; |