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

include/boost/phoenix/core.hpp add include of proto/generate.hpp attempt to fix problems with intel 14.0.1

This commit is contained in:
John Fletcher
2014-02-17 07:59:50 +00:00
parent 808ed5ea7a
commit 61a7b8010d

View File

@@ -20,5 +20,6 @@
#include <boost/phoenix/core/visit_each.hpp>
#include <boost/phoenix/core/v2_eval.hpp>
#include <boost/phoenix/scope/local_variable.hpp> // to fix 5824
#include <boost/proto/generate.hpp> // attempt to fix problems in intel 14.0.1
#endif