From 61ee9e04a68e6e6b9f55ac4934cc5d69c20b5e67 Mon Sep 17 00:00:00 2001 From: mat007 Date: Mon, 30 Jul 2012 11:06:27 +0000 Subject: [PATCH] Reverted move to phoenix v3 because of : https://svn.boost.org/trac/boost/ticket/7165 https://svn.boost.org/trac/boost/ticket/7166 https://svn.boost.org/trac/boost/ticket/7181 git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@531 860be788-9bd5-4423-9f1e-828f051e677b --- test/detail/test_is_functor.cpp | 2 +- test/test_log.cpp | 3 ++- turtle/detail/lambda.hpp | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/test/detail/test_is_functor.cpp b/test/detail/test_is_functor.cpp index 3d5d40c..15e95cf 100644 --- a/test/detail/test_is_functor.cpp +++ b/test/detail/test_is_functor.cpp @@ -12,7 +12,7 @@ #pragma warning( push, 0 ) #endif #include -#include +#include #ifdef _MSC_VER #pragma warning( pop ) #endif diff --git a/test/test_log.cpp b/test/test_log.cpp index a523354..0d0fbcc 100644 --- a/test/test_log.cpp +++ b/test/test_log.cpp @@ -15,7 +15,8 @@ #ifdef _MSC_VER #pragma warning( push, 0 ) #endif -#include +#include +#include #include #include #ifdef _MSC_VER diff --git a/turtle/detail/lambda.hpp b/turtle/detail/lambda.hpp index d7f0daa..699088b 100644 --- a/turtle/detail/lambda.hpp +++ b/turtle/detail/lambda.hpp @@ -11,7 +11,7 @@ #include "../config.hpp" #ifdef MOCK_USE_BOOST_PHOENIX -#include +#include #else #include #endif