[Libreoffice-commits] core.git: connectivity/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Oct 10 14:45:04 UTC 2018
connectivity/source/drivers/ado/APreparedStatement.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit a17ed50b6e9953a7459cd6ecb8acd5b978bbca1d
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Oct 10 14:13:57 2018 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Oct 10 16:44:39 2018 +0200
Missing include (Windows --disable-pch)
Change-Id: I28632c47b397705ea03592321b8b7c3cc3c0e838
Reviewed-on: https://gerrit.libreoffice.org/61613
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/connectivity/source/drivers/ado/APreparedStatement.cxx b/connectivity/source/drivers/ado/APreparedStatement.cxx
index d15acf57b460..9544bde9bfab 100644
--- a/connectivity/source/drivers/ado/APreparedStatement.cxx
+++ b/connectivity/source/drivers/ado/APreparedStatement.cxx
@@ -28,6 +28,7 @@
#include <cppuhelper/queryinterface.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/sequence.hxx>
+#include <comphelper/types.hxx>
#include <connectivity/dbexception.hxx>
#include <connectivity/dbtools.hxx>
#include <strings.hrc>
More information about the Libreoffice-commits
mailing list