From a7c773262e199e59bdeb238ecd11b05238db1dda Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 10 Nov 2003 20:11:01 +0000 Subject: [PATCH] missing include of config.h --- PData.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/PData.cc b/PData.cc index 7173a408c..0bcd640a8 100644 --- a/PData.cc +++ b/PData.cc @@ -17,9 +17,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #ifdef HAVE_CVS_IDENT -#ident "$Id: PData.cc,v 1.1 2003/01/26 21:15:58 steve Exp $" +#ident "$Id: PData.cc,v 1.2 2003/11/10 20:11:01 steve Exp $" #endif +# include "config.h" # include "PData.h" PData::PData(const hname_t&h) @@ -38,6 +39,9 @@ const hname_t&PData::name() const /* * $Log: PData.cc,v $ + * Revision 1.2 2003/11/10 20:11:01 steve + * missing include of config.h + * * Revision 1.1 2003/01/26 21:15:58 steve * Rework expression parsing and elaboration to * accommodate real/realtime values and expressions.