From eac6411867386a6ac2d32496bd61cf2c58eeb039 Mon Sep 17 00:00:00 2001 From: Nikita Kniazev Date: Fri, 28 Dec 2018 03:03:02 +0300 Subject: [PATCH] Do not include the whole Predef for a single macro --- include/boost/smart_ptr/detail/yield_k.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/smart_ptr/detail/yield_k.hpp b/include/boost/smart_ptr/detail/yield_k.hpp index 403f32f..b4b2057 100644 --- a/include/boost/smart_ptr/detail/yield_k.hpp +++ b/include/boost/smart_ptr/detail/yield_k.hpp @@ -25,7 +25,7 @@ // #include -#include +#include #if BOOST_PLAT_WINDOWS_RUNTIME #include