diff --git a/src/exceptions/SQLException.h b/src/exceptions/SQLException.h index 6bb3373..6ec9210 100644 --- a/src/exceptions/SQLException.h +++ b/src/exceptions/SQLException.h @@ -25,7 +25,7 @@ #ifndef SQLEXCEPTION_INCLUDED #define SQLEXCEPTION_INCLUDED -#include +#include "Exception.h" /** diff --git a/src/zdb.h b/src/zdb.h index 7c88e62..80e5ab3 100644 --- a/src/zdb.h +++ b/src/zdb.h @@ -44,12 +44,12 @@ extern "C" { #endif /* libzdb API interfaces */ -#include -#include -#include -#include -#include -#include +#include "SQLException.h" +#include "URL.h" +#include "ResultSet.h" +#include "PreparedStatement.h" +#include "Connection.h" +#include "ConnectionPool.h" #ifdef __cplusplus }