diff options
Diffstat (limited to 'mysqlc/source')
-rw-r--r-- | mysqlc/source/mysqlc_driver.hxx | 2 | ||||
-rw-r--r-- | mysqlc/source/mysqlc_general.hxx | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mysqlc/source/mysqlc_driver.hxx b/mysqlc/source/mysqlc_driver.hxx index 021c64e7c265..0c14e8a3cb81 100644 --- a/mysqlc/source/mysqlc_driver.hxx +++ b/mysqlc/source/mysqlc_driver.hxx @@ -27,6 +27,8 @@ #ifndef MYSQLC_SDRIVER_HXX #define MYSQLC_SDRIVER_HXX +#include <config_lgpl.h> + #include "mysqlc_connection.hxx" #include <com/sun/star/sdbc/XDriver.hpp> diff --git a/mysqlc/source/mysqlc_general.hxx b/mysqlc/source/mysqlc_general.hxx index 6333ca8eba65..c4540abb5449 100644 --- a/mysqlc/source/mysqlc_general.hxx +++ b/mysqlc/source/mysqlc_general.hxx @@ -20,6 +20,8 @@ #ifndef _MYSQLC_GENERAL_ #define _MYSQLC_GENERAL_ +#include <config_lgpl.h> + #include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/sdbc/SQLException.hpp> |