diff options
author | Rene Engelhard <rene@debian.org> | 2018-08-13 07:30:13 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2018-08-13 07:30:45 +0200 |
commit | 22828c32d1ae379782631a351aac34d0b1df95f4 (patch) | |
tree | 39f1d4b96e617f79b650b4636c243075cfed6ea4 /mysqlc/source | |
parent | 091aedc63de2f6c8f0f4c60dd1fa93fe4c6ddde4 (diff) |
fix build (missing #include <sal/log.hxx>'s)
Change-Id: Idf0b21d41fa0bac0a49c1b28724c487edd336353
Diffstat (limited to 'mysqlc/source')
-rw-r--r-- | mysqlc/source/mysqlc_general.cxx | 1 | ||||
-rw-r--r-- | mysqlc/source/mysqlc_preparedstatement.cxx | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/mysqlc/source/mysqlc_general.cxx b/mysqlc/source/mysqlc_general.cxx index 8f3d0ed619d2..22e771275328 100644 --- a/mysqlc/source/mysqlc_general.cxx +++ b/mysqlc/source/mysqlc_general.cxx @@ -19,6 +19,7 @@ #include "mysqlc_general.hxx" #include "mysqlc_resultsetmetadata.hxx" +#include <sal/log.hxx> #include <rtl/ustring.hxx> using com::sun::star::sdbc::SQLException; diff --git a/mysqlc/source/mysqlc_preparedstatement.cxx b/mysqlc/source/mysqlc_preparedstatement.cxx index 9c6da76913e6..40e2ef172d8f 100644 --- a/mysqlc/source/mysqlc_preparedstatement.cxx +++ b/mysqlc/source/mysqlc_preparedstatement.cxx @@ -23,6 +23,8 @@ #include "mysqlc_propertyids.hxx" #include "mysqlc_resultsetmetadata.hxx" +#include <sal/log.hxx> + #include <boost/config.hpp> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/sdbc/DataType.hpp> |