mirror of
https://github.com/boostorg/system.git
synced 2025-07-29 20:17:13 +02:00
Add Boost.Predef include so that WindowsRT changes work even if config doesn't supply platform.
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
#define BOOST_SYSTEM_CONFIG_HPP
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/predef/platform.h>
|
||||
#include <boost/system/api_config.hpp> // for BOOST_POSIX_API or BOOST_WINDOWS_API
|
||||
|
||||
// This header implements separate compilation features as described in
|
||||
|
Reference in New Issue
Block a user