diff --git a/test/detail/test_is_functor.cpp b/test/detail/test_is_functor.cpp index 15e95cf..3d5d40c 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 0d0fbcc..a523354 100644 --- a/test/test_log.cpp +++ b/test/test_log.cpp @@ -15,8 +15,7 @@ #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 699088b..d7f0daa 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