Boost logo

Boost-Commit :

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


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk