From 8f4afd53a670c2088658a1dca720e1fb042f39b9 Mon Sep 17 00:00:00 2001 From: steve Date: Thu, 30 Jan 2003 04:23:25 +0000 Subject: [PATCH] include config.h to get iosfwd flags. --- verinum.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/verinum.h b/verinum.h index 20d9036f8..9ed723963 100644 --- a/verinum.h +++ b/verinum.h @@ -19,11 +19,12 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #ifdef HAVE_CVS_IDENT -#ident "$Id: verinum.h,v 1.20 2002/08/12 01:35:01 steve Exp $" +#ident "$Id: verinum.h,v 1.21 2003/01/30 04:23:25 steve Exp $" #endif # include +# include "config.h" #ifdef HAVE_IOSFWD # include #else @@ -130,6 +131,9 @@ extern verinum v_not(const verinum&left); /* * $Log: verinum.h,v $ + * Revision 1.21 2003/01/30 04:23:25 steve + * include config.h to get iosfwd flags. + * * Revision 1.20 2002/08/12 01:35:01 steve * conditional ident string using autoconfig. *