[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - mysqlc/source

Stephan Bergmann sbergman at redhat.com
Tue May 31 11:39:30 UTC 2016


 mysqlc/source/mysqlc_preparedstatement.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 43144d4220fc45bf3bafcce387ff7f5b965bff92
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon May 30 13:33:37 2016 +0200

    Missing include
    
    Change-Id: Id61e2de27ec307fa7773d3f0d5a0810005f1c364
    (cherry picked from commit 336b62080bd06000e5ac3c7687b34bac2afc79a9)
    Reviewed-on: https://gerrit.libreoffice.org/25716
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
    Tested-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/mysqlc/source/mysqlc_preparedstatement.cxx b/mysqlc/source/mysqlc_preparedstatement.cxx
index 8122424..5bd8a7e 100644
--- a/mysqlc/source/mysqlc_preparedstatement.cxx
+++ b/mysqlc/source/mysqlc_preparedstatement.cxx
@@ -22,9 +22,9 @@
 #include "mysqlc_propertyids.hxx"
 #include "mysqlc_resultsetmetadata.hxx"
 
+#include <boost/config.hpp>
 #include <com/sun/star/lang/DisposedException.hpp>
 #include <com/sun/star/sdbc/DataType.hpp>
-
 #include <cppconn/connection.h>
 #include <cppconn/exception.h>
 #include <cppconn/parameter_metadata.h>


More information about the Libreoffice-commits mailing list