Skip to content

Commit

Permalink
Including <boost/date_time/posix_time/posix_time_types.hpp> was incor…
Browse files Browse the repository at this point in the history
…rectly under the Chrono check.
  • Loading branch information
igaztanaga committed Aug 4, 2024
1 parent a53b109 commit 86855f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@

#if (BOOST_CXX_VERSION >= 201103L)
#define BOOST_INTERPROCESS_DATE_TIME_AVAILABLE
#include <boost/date_time/posix_time/posix_time_types.hpp>
#endif

#ifdef BOOST_INTERPROCESS_BOOST_CHRONO_AVAILABLE
#define BOOST_CHRONO_HEADER_ONLY
#include <boost/chrono/system_clocks.hpp>
#include <boost/date_time/posix_time/posix_time_types.hpp>
#endif

#include <boost/version.hpp>
Expand Down

0 comments on commit 86855f7

Please sign in to comment.