components/gnump/patches/001-t-istream.cc.patch
author pkidd <patrick.kidd@oracle.com>
Thu, 26 Jan 2017 15:19:02 -0800
branchs11u3-sru
changeset 7616 097da6bc1eb7
parent 219 22d9e175d379
permissions -rw-r--r--
Added tag 0.175.3.17.0.3.0, S11.3SRU17.3 for changeset 607e0cb437f1

--- 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.