summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '3rdParty/Boost/src/boost/phoenix/statement')
-rw-r--r--3rdParty/Boost/src/boost/phoenix/statement/sequence.hpp1
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
@@ -10,12 +10,13 @@
#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>