include.hpp 493 B

12345678910111213141516
  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. #ifdef BOOST_RATIO_EXTENSIONS
  10. #include <boost/ratio/mpl/rational_constant.hpp>
  11. #endif
  12. #endif // BOOST_RATIO_INCLUDE_HPP