diff -r -u libzdb-2.8.1.orig/src/exceptions/SQLException.h libzdb-2.8.1/src/exceptions/SQLException.h --- libzdb-2.8.1.orig/src/exceptions/SQLException.h 2011-02-15 01:13:35.000000000 +0100 +++ libzdb-2.8.1/src/exceptions/SQLException.h 2011-07-19 10:15:42.517979380 +0200 @@ -16,7 +16,7 @@ #ifndef SQLEXCEPTION_INCLUDED #define SQLEXCEPTION_INCLUDED -#include +#include "Exception.h" /** diff -r -u libzdb-2.8.1.orig/src/zdb.h libzdb-2.8.1/src/zdb.h --- libzdb-2.8.1.orig/src/zdb.h 2011-02-15 01:13:35.000000000 +0100 +++ libzdb-2.8.1/src/zdb.h 2011-07-19 10:15:20.174106901 +0200 @@ -30,12 +30,12 @@ #endif /* libzdb API interface */ -#include -#include -#include -#include -#include -#include +#include "URL.h" +#include "ResultSet.h" +#include "PreparedStatement.h" +#include "Connection.h" +#include "ConnectionPool.h" +#include "SQLException.h" #endif