components/gnump/patches/001-t-istream.cc.patch
author Rich Burridge <rich.burridge@oracle.com>
Wed, 20 Jul 2016 10:13:37 -0700
changeset 6439 b66f3093f546
parent 219 22d9e175d379
permissions -rw-r--r--
24289304 nosetests manpages delivered in /usr/share/man, not /usr/share/man/man1

--- tests/cxx/t-istream.cc	2007-09-01 06:09:03.000000000 -0400
+++ tests/cxx/t-istream.cc	2008-11-22 15:51:28.000000000 -0500
@@ -18,16 +18,16 @@
 along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.  */
 
 #include <iostream>
+#include <iomanip>
+#include <ios>
 #include <cstdlib>
 #include <cstring>
+using namespace std;
 
 #include "gmp.h"
 #include "gmp-impl.h"
 #include "tests.h"
 
-using namespace std;
-
-
 // Under option_check_standard, the various test cases for mpz operator>>
 // are put through the standard operator>> for long, and likewise mpf
 // operator>> is put through double.