chrono.hpp 459 B

123456789101112131415
  1. // chrono.hpp --------------------------------------------------------------//
  2. // Copyright 2009-2011 Vicente J. Botet Escriba
  3. // Distributed under the Boost Software License, Version 1.0.
  4. // See http://www.boost.org/LICENSE_1_0.txt
  5. #ifndef BOOST_CHRONO_CHRONO_HPP
  6. #define BOOST_CHRONO_CHRONO_HPP
  7. #include <boost/chrono/duration.hpp>
  8. #include <boost/chrono/time_point.hpp>
  9. #include <boost/chrono/system_clocks.hpp>
  10. #endif // BOOST_CHRONO_CHRONO_HPP