From 1ae6523a3aded9fef63c688f63fa6e80c0592502 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 3 Jun 2019 18:47:16 +0200 Subject: [PATCH] XSecController must be a complete type here (Windows --disable-pch) ...when instantiating implicitly defined special member functions of XMLSECURITY_DLLPUBLIC XMLSignatureHelper, due to mpXSecController member Change-Id: Ifd504c1b215a8a1a86d7a9d660aa569b75e07d50 Reviewed-on: https://gerrit.libreoffice.org/73406 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- xmlsecurity/inc/xmlsignaturehelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmlsecurity/inc/xmlsignaturehelper.hxx b/xmlsecurity/inc/xmlsignaturehelper.hxx index 2e6c2ce7f2b9..0fcbd665251f 100644 --- a/xmlsecurity/inc/xmlsignaturehelper.hxx +++ b/xmlsecurity/inc/xmlsignaturehelper.hxx @@ -26,10 +26,10 @@ #include #include "xmlsecuritydllapi.h" #include "xmlsignaturehelper.hxx" +#include "xsecctl.hxx" class DateTime; class UriBindingHelper; -class XSecController; namespace com { namespace sun {