From: arjen Date: Thu, 4 Dec 2003 10:39:36 +0000 (+0000) Subject: Fixed libpqxx headers X-Git-Tag: V0_0_9~14 X-Git-Url: http://www.andromeda.nl/gitweb/?p=gnucomo.git;a=commitdiff_plain;h=17181d9fdf4c814fdb8513668e0e521a31c01aef Fixed libpqxx headers --- diff --git a/src/include/database.h b/src/include/database.h index 2060cb5..75b576d 100644 --- a/src/include/database.h +++ b/src/include/database.h @@ -8,7 +8,7 @@ *********************** ** FILE NAME : database.h ** SYSTEM NAME : -** VERSION NUMBER : $Revision: 1.9 $ +** VERSION NUMBER : $Revision: 1.10 $ ** ** DESCRIPTION : Classes to provide an abstract layer on the Gnucomo ** database. @@ -27,7 +27,10 @@ /***************************** $Log: database.h,v $ - Revision 1.9 2003-09-02 12:54:10 arjen + Revision 1.10 2003-12-04 10:39:36 arjen + Fixed libpqxx headers + + Revision 1.9 2003/09/02 12:54:10 arjen Overloaded gnucomo_database::Field() to include the Result from a query as an argument. @@ -60,9 +63,11 @@ *****************************/ -/* static const char *RCSID = "$Id: database.h,v 1.9 2003-09-02 12:54:10 arjen Exp $"; */ +/* static const char *RCSID = "$Id: database.h,v 1.10 2003-12-04 10:39:36 arjen Exp $"; */ +#include #include +#include #include "gnucomo_config.h" /*