diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-06-03 18:47:16 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-06-04 08:27:26 +0200 |
commit | 1ae6523a3aded9fef63c688f63fa6e80c0592502 (patch) | |
tree | 24db69388f094349abbe60d9c1c84aeeb975d9ed /xmlsecurity | |
parent | c7fd5ec69807ffe89c8414048996c1ea6945deb2 (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/inc/xmlsignaturehelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 <svl/sigstruct.hxx> #include "xmlsecuritydllapi.h" #include "xmlsignaturehelper.hxx" +#include "xsecctl.hxx" class DateTime; class UriBindingHelper; -class XSecController; namespace com { namespace sun { |