components/gnump/patches/001-t-istream.cc.patch
changeset 7812 ffe9ca8c9421
parent 7810 89b7621146f8
child 7813 d18938ebcb0d
equal deleted inserted replaced
7810:89b7621146f8 7812:ffe9ca8c9421
     1 --- tests/cxx/t-istream.cc	2007-09-01 06:09:03.000000000 -0400
       
     2 +++ tests/cxx/t-istream.cc	2008-11-22 15:51:28.000000000 -0500
       
     3 @@ -18,16 +18,16 @@
       
     4  along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.  */
       
     5  
       
     6  #include <iostream>
       
     7 +#include <iomanip>
       
     8 +#include <ios>
       
     9  #include <cstdlib>
       
    10  #include <cstring>
       
    11 +using namespace std;
       
    12  
       
    13  #include "gmp.h"
       
    14  #include "gmp-impl.h"
       
    15  #include "tests.h"
       
    16  
       
    17 -using namespace std;
       
    18 -
       
    19 -
       
    20  // Under option_check_standard, the various test cases for mpz operator>>
       
    21  // are put through the standard operator>> for long, and likewise mpf
       
    22  // operator>> is put through double.