From 61a7b8010d2fa024f17925eddc6e08009492394e Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Mon, 17 Feb 2014 07:59:50 +0000 Subject: [PATCH] include/boost/phoenix/core.hpp add include of proto/generate.hpp attempt to fix problems with intel 14.0.1 --- include/boost/phoenix/core.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/phoenix/core.hpp b/include/boost/phoenix/core.hpp index 9c836f5..eb1c987 100644 --- a/include/boost/phoenix/core.hpp +++ b/include/boost/phoenix/core.hpp @@ -20,5 +20,6 @@ #include #include #include // to fix 5824 +#include // attempt to fix problems in intel 14.0.1 #endif