Chrono: Add BOOST_CHRONO_HAS_PROCESS_CLOCKS protection for CE

[SVN r74681]
This commit is contained in:
Vicente J. Botet Escriba 2011-10-03 21:14:32 +00:00
parent 90e82e768f
commit d7052a9238

View File

@ -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