connectivity/source/drivers/ado/APreparedStatement.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit a17ed50b6e9953a7459cd6ecb8acd5b978bbca1d Author: Stephan Bergmann <[email protected]> AuthorDate: Wed Oct 10 14:13:57 2018 +0200 Commit: Stephan Bergmann <[email protected]> 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 <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
