include.hpp 746 B

1234567891011121314151617181920212223
  1. // include
  2. //
  3. // (C) Copyright 2011 Vicente J. Botet Escriba
  4. // Use, modification and distribution are subject to the Boost Software License,
  5. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  6. // http://www.boost.org/LICENSE_1_0.txt).
  7. //
  8. // This code was adapted by Vicente from Howard Hinnant's experimental work
  9. // on chrono i/o under lvm/libc++ to Boost
  10. #ifndef BOOST_CHRONO_INCLUDE_HPP
  11. #define BOOST_CHRONO_INCLUDE_HPP
  12. #include <boost/chrono/chrono.hpp>
  13. #include <boost/chrono/chrono_io.hpp>
  14. #include <boost/chrono/process_cpu_clocks.hpp>
  15. #include <boost/chrono/thread_clock.hpp>
  16. #include <boost/chrono/ceil.hpp>
  17. #include <boost/chrono/floor.hpp>
  18. #include <boost/chrono/round.hpp>
  19. #endif // BOOST_CHRONO_INCLUDE_HPP