Chrono: Add BOOST_CHRONO_HAS_PROCESS_CLOCKS protection for CE
[SVN r74681]
This commit is contained in:
parent
90e82e768f
commit
d7052a9238
@ -13,6 +13,8 @@
|
||||
|
||||
|
||||
#include <boost/chrono/config.hpp>
|
||||
#if defined(BOOST_CHRONO_HAS_PROCESS_CLOCKS)
|
||||
|
||||
#include <boost/version.hpp>
|
||||
#include <boost/chrono/process_cpu_clocks.hpp>
|
||||
#include <boost/throw_exception.hpp>
|
||||
@ -76,5 +78,6 @@ namespace boost { namespace chrono {
|
||||
} // namespace chrono
|
||||
} // namespace boost
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user