219N/A--- tests/cxx/t-ostream.cc 2007-09-18 18:44:53.000000000 -0400
219N/A+++ tests/cxx/t-ostream.cc 2008-11-22 15:52:15.000000000 -0500
219N/A@@ -18,15 +18,15 @@
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+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 int option_check_standard = 0;
219N/A
219N/A