include.hpp 408 B

1234567891011121314
  1. // include.hpp ---------------------------------------------------------------//
  2. // Copyright 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_RATIO_INCLUDE_HPP
  6. #define BOOST_RATIO_INCLUDE_HPP
  7. #include <boost/ratio/ratio.hpp>
  8. #include <boost/ratio/ratio_io.hpp>
  9. #endif // BOOST_RATIO_INCLUDE_HPP