mysqlc/source/mysqlc_general.cxx           |    1 +
 mysqlc/source/mysqlc_preparedstatement.cxx |    2 ++
 2 files changed, 3 insertions(+)

New commits:
commit 22828c32d1ae379782631a351aac34d0b1df95f4
Author:     Rene Engelhard <r...@debian.org>
AuthorDate: Mon Aug 13 07:30:13 2018 +0200
Commit:     Rene Engelhard <r...@debian.org>
CommitDate: Mon Aug 13 07:30:45 2018 +0200

    fix build (missing #include <sal/log.hxx>'s)
    
    Change-Id: Idf0b21d41fa0bac0a49c1b28724c487edd336353

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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to