2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-18 14:22:09 +00:00

include/boost/phoenix/operator/comparison.hpp Fix for 6268

This commit is contained in:
John Fletcher
2014-01-23 21:56:34 +00:00
parent 364589202d
commit a7d6cc20eb

View File

@@ -11,6 +11,7 @@
#include <boost/phoenix/operator/detail/define_operator.hpp>
#include <boost/phoenix/core/expression.hpp>
#include <boost/proto/operators.hpp>
#include <boost/proto/fusion.hpp> // Added to solve bug 6268
namespace boost { namespace phoenix
{