Fixed libpqxx headers
authorarjen <arjen>
Thu, 4 Dec 2003 10:39:36 +0000 (10:39 +0000)
committerarjen <arjen>
Thu, 4 Dec 2003 10:39:36 +0000 (10:39 +0000)
src/include/database.h

index 2060cb5..75b576d 100644 (file)
@@ -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.
 
 /*****************************
    $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.
 
 
 *****************************/
 
-/* 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 <pqxx/connection.h>
 #include <pqxx/transaction.h>
+#include <pqxx/result.h>
 #include "gnucomo_config.h"
 
 /*