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