From 702965bb01a630ce3076a7a6c45e1624dc37d7ea Mon Sep 17 00:00:00 2001 From: "Vicente J. Botet Escriba" Date: Mon, 3 Jan 2011 23:30:32 +0000 Subject: [PATCH] Boost.Ratio: Added missing boost/ratio.hpp [SVN r67641] --- include/boost/ratio.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 include/boost/ratio.hpp diff --git a/include/boost/ratio.hpp b/include/boost/ratio.hpp new file mode 100644 index 0000000..41aaad2 --- /dev/null +++ b/include/boost/ratio.hpp @@ -0,0 +1,14 @@ +// ratio.hpp ---------------------------------------------------------------// + +// Copyright 2010 Vicente J. Botet Escriba + +// Distributed under the Boost Software License, Version 1.0. +// See http://www.boost.org/LICENSE_1_0.txt + + +#ifndef BOOST_RATIO_HPP +#define BOOST_RATIO_HPP + +#include + +#endif // BOOST_RATIO_HPP