[Libreoffice-commits] core.git: connectivity/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Fri Dec 25 09:40:50 UTC 2020
connectivity/source/inc/ado/Aolewrap.hxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 3c86650aac3900d0cb9602ceba3508136064485d
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Dec 24 14:36:00 2020 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Dec 25 10:40:09 2020 +0100
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 at redhat.com>
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;
More information about the Libreoffice-commits
mailing list