]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/ratio/include/boost/ratio/include.hpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / ratio / include / boost / ratio / include.hpp
1 // include.hpp ---------------------------------------------------------------//
2
3 // Copyright 2011 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 #ifndef BOOST_RATIO_INCLUDE_HPP
9 #define BOOST_RATIO_INCLUDE_HPP
10
11 #include <boost/ratio/ratio.hpp>
12 #include <boost/ratio/ratio_io.hpp>
13 #ifdef BOOST_RATIO_EXTENSIONS
14 #include <boost/ratio/mpl/rational_constant.hpp>
15 #endif
16 #endif // BOOST_RATIO_INCLUDE_HPP