1 //  ratio.hpp  ---------------------------------------------------------------//
2 
3 //  Copyright 2010 Vicente J. Botet Escriba
4 
5 //  Distributed under the Boost Software License, Version 1.0.
6 //  See http://www.boost.org/LICENSE_1_0.txt
7 
8 
9 #ifndef BOOST_RATIO_HPP
10 #define BOOST_RATIO_HPP
11 
12 #include <boost/ratio/include.hpp>
13 
14 #endif  // BOOST_RATIO_HPP
15