mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
Including <boost/date_time/posix_time/posix_time_types.hpp> was incorrectly under the Chrono check.
This commit is contained in:
@@ -46,12 +46,12 @@
|
|||||||
|
|
||||||
#if (BOOST_CXX_VERSION >= 201103L)
|
#if (BOOST_CXX_VERSION >= 201103L)
|
||||||
#define BOOST_INTERPROCESS_DATE_TIME_AVAILABLE
|
#define BOOST_INTERPROCESS_DATE_TIME_AVAILABLE
|
||||||
|
#include <boost/date_time/posix_time/posix_time_types.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef BOOST_INTERPROCESS_BOOST_CHRONO_AVAILABLE
|
#ifdef BOOST_INTERPROCESS_BOOST_CHRONO_AVAILABLE
|
||||||
#define BOOST_CHRONO_HEADER_ONLY
|
#define BOOST_CHRONO_HEADER_ONLY
|
||||||
#include <boost/chrono/system_clocks.hpp>
|
#include <boost/chrono/system_clocks.hpp>
|
||||||
#include <boost/date_time/posix_time/posix_time_types.hpp>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/version.hpp>
|
#include <boost/version.hpp>
|
||||||
|
|||||||
Reference in New Issue
Block a user