1 //  rational_constant.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 
6 
7 #ifndef BOOST_RATIO_MPL_RATIONAL_CONSTANT_HPP
8 #define BOOST_RATIO_MPL_RATIONAL_CONSTANT_HPP
9 
10 #include <boost/ratio/mpl/rational_c_tag.hpp>
11 #include <boost/ratio/mpl/numeric_cast.hpp>
12 #include <boost/ratio/mpl/arithmetic.hpp>
13 #include <boost/ratio/mpl/comparison.hpp>
14 
15 #endif  // BOOST_RATIO_HPP
16