components/gnump/patches/002-t-ostream.cc.patch
author Sunil Kumar H G - Oracle Corporation - Bangalore India <sunil.kumar.h.g@oracle.com>
Fri, 22 Mar 2013 09:41:03 -0600
changeset 1228 7c833611f21f
parent 219 22d9e175d379
permissions -rw-r--r--
16164718 update zoneinfo timezones to 2012j(Libya)

--- tests/cxx/t-ostream.cc	2007-09-18 18:44:53.000000000 -0400
+++ tests/cxx/t-ostream.cc	2008-11-22 15:52:15.000000000 -0500
@@ -18,15 +18,15 @@
 along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.  */
 
 #include <iostream>
+#include <iomanip>
+#include <ios>
 #include <cstdlib>
+using namespace std;
 
 #include "gmp.h"
 #include "gmp-impl.h"
 #include "tests.h"
 
-using namespace std;
-
-
 int   option_check_standard = 0;