$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: technews_at_[hidden]
Date: 2008-05-25 15:13:03
Author: turkanis
Date: 2008-05-25 15:13:02 EDT (Sun, 25 May 2008)
New Revision: 45750
URL: http://svn.boost.org/trac/boost/changeset/45750
Log:
fixed issue 1545
Text files modified: 
   trunk/boost/rational.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/rational.hpp
==============================================================================
--- trunk/boost/rational.hpp	(original)
+++ trunk/boost/rational.hpp	2008-05-25 15:13:02 EDT (Sun, 25 May 2008)
@@ -51,7 +51,7 @@
 #define BOOST_RATIONAL_HPP
 
 #include <iostream>              // for std::istream and std::ostream
-#include <iomanip>               // for std::noskipws
+#include <ios>                   // for std::noskipws
 #include <stdexcept>             // for std::domain_error
 #include <string>                // for std::string implicit constructor
 #include <boost/operators.hpp>   // for boost::addable etc