Do not include the whole Predef for a single macro

This commit is contained in:
Nikita Kniazev
2018-12-28 03:03:02 +03:00
committed by GitHub
parent 97ef7970e8
commit eac6411867

View File

@@ -25,7 +25,7 @@
// //
#include <boost/config.hpp> #include <boost/config.hpp>
#include <boost/predef.h> #include <boost/predef/platform/windows_runtime.h>
#if BOOST_PLAT_WINDOWS_RUNTIME #if BOOST_PLAT_WINDOWS_RUNTIME
#include <thread> #include <thread>