chrono.hpp 706 B

1234567891011121314151617181920
  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // (C) Copyright Vicente J. Botet Escriba 2010.
  4. // Distributed under the Boost
  5. // Software License, Version 1.0.
  6. // (See accompanying file LICENSE_1_0.txt or
  7. // copy at http://www.boost.org/LICENSE_1_0.txt)
  8. //
  9. // See http://www.boost.org/libs/stm for documentation.
  10. //
  11. //////////////////////////////////////////////////////////////////////////////
  12. #ifndef BOOST_CHRONO_HPP
  13. #define BOOST_CHRONO_HPP
  14. //-----------------------------------------------------------------------------
  15. #include <boost/chrono/include.hpp>
  16. //-----------------------------------------------------------------------------
  17. #endif // BOOST_CHRONO_HPP