diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-10-10 14:13:57 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-10-10 16:44:39 +0200 |
commit | a17ed50b6e9953a7459cd6ecb8acd5b978bbca1d (patch) | |
tree | a1501b2457b6daef68638de81d17b7809696983e /connectivity | |
parent | 853b84c307191c2d6fd0ac697328abb9ac8ef22a (diff) |
Missing include (Windows --disable-pch)
Change-Id: I28632c47b397705ea03592321b8b7c3cc3c0e838
Reviewed-on: https://gerrit.libreoffice.org/61613
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/ado/APreparedStatement.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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> |