Merge pull request #59 from Kojoley/patch-1

Do not include the whole Predef for a single macro
This commit is contained in:
Peter Dimov
2018-12-29 02:24:02 +02:00
committed by GitHub

View File

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