From 5ec7dde52fd55171154ad9dcaf8cfb9c481c2b91 Mon Sep 17 00:00:00 2001 From: steve Date: Thu, 15 Sep 2005 22:54:04 +0000 Subject: [PATCH] Use iostream instead of stdio. --- vvp/arith.cc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vvp/arith.cc b/vvp/arith.cc index 8792089a4..70041cc9d 100644 --- a/vvp/arith.cc +++ b/vvp/arith.cc @@ -17,13 +17,13 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #ifdef HAVE_CVS_IDENT -#ident "$Id: arith.cc,v 1.45 2005/07/06 04:29:25 steve Exp $" +#ident "$Id: arith.cc,v 1.46 2005/09/15 22:54:04 steve Exp $" #endif # include "arith.h" # include "schedule.h" # include -# include +# include # include # include #ifdef HAVE_MALLOC_H @@ -754,6 +754,9 @@ void vvp_arith_sub_real::recv_real(vvp_net_ptr_t ptr, double bit) /* * $Log: arith.cc,v $ + * Revision 1.46 2005/09/15 22:54:04 steve + * Use iostream instead of stdio. + * * Revision 1.45 2005/07/06 04:29:25 steve * Implement real valued signals and arith nodes. *