connectivity/source/inc/ado/Aolewrap.hxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 3c86650aac3900d0cb9602ceba3508136064485d Author: Stephan Bergmann <[email protected]> AuthorDate: Thu Dec 24 14:36:00 2020 +0100 Commit: Stephan Bergmann <[email protected]> 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 <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
