From a7d6cc20eb770bc6fa674bbcbe796b53cb639e6a Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Thu, 23 Jan 2014 21:56:34 +0000 Subject: [PATCH] include/boost/phoenix/operator/comparison.hpp Fix for 6268 --- include/boost/phoenix/operator/comparison.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/phoenix/operator/comparison.hpp b/include/boost/phoenix/operator/comparison.hpp index 987c5a7..bea292f 100644 --- a/include/boost/phoenix/operator/comparison.hpp +++ b/include/boost/phoenix/operator/comparison.hpp @@ -11,6 +11,7 @@ #include #include #include +#include // Added to solve bug 6268 namespace boost { namespace phoenix {