forked from boostorg/smart_ptr
Merge pull request #59 from Kojoley/patch-1
Do not include the whole Predef for a single macro
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user