diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-12-24 14:36:00 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-12-25 10:40:09 +0100 |
commit | 3c86650aac3900d0cb9602ceba3508136064485d (patch) | |
tree | 1496c71e63803a9400b94bd1168acf02ecd9798e /connectivity | |
parent | 358d21fdf940d813e5a05b16e737f88f29f939c7 (diff) |
Fix Windows build of Library_ado
...presumably related to --disable-pch and/or latest MSVC 2019 16.8.3 changes?
OLEVariant is needed as a complete type in some of the Aolewrap.hxx template
code.
Change-Id: I0422674ba747c133cda03c540e6d0715f2a398a7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108269
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/inc/ado/Aolewrap.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/connectivity/source/inc/ado/Aolewrap.hxx b/connectivity/source/inc/ado/Aolewrap.hxx index fc5b4070de0f..24075f756b29 100644 --- a/connectivity/source/inc/ado/Aolewrap.hxx +++ b/connectivity/source/inc/ado/Aolewrap.hxx @@ -24,6 +24,8 @@ #include <map> #include <vector> +#include "Aolevariant.hxx" + namespace rtl { class OUString; |