summaryrefslogtreecommitdiff
path: root/cxx/osmpf.cc
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-10 23:11:01 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-10 23:11:01 +0200
commit4f97b149141ba91e3db9fb53eb089ba8bf656cee (patch)
treee0d9cc5739750c3c69f868e6a6e5251016316dfa /cxx/osmpf.cc
parentce5eb2b0113406b5918e553f318686b0bc232add (diff)
downloadgmp-4f97b149141ba91e3db9fb53eb089ba8bf656cee.tar.gz
* cxx/*.cc, tests/cxx/t-ostream.cc: Add "use namespace std".
Diffstat (limited to 'cxx/osmpf.cc')
-rw-r--r--cxx/osmpf.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/cxx/osmpf.cc b/cxx/osmpf.cc
index 355b1b98b..c3dc68782 100644
--- a/cxx/osmpf.cc
+++ b/cxx/osmpf.cc
@@ -26,6 +26,8 @@ MA 02111-1307, USA. */
#include "gmp.h"
#include "gmp-impl.h"
+using namespace std;
+
/* The gmp_asprintf support routines never give an error, so
__gmp_doprnt_mpf shouldn't fail and it's return can just be checked with