xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx | 3 +++ xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx | 1 + 2 files changed, 4 insertions(+)
New commits: commit 7bac68d79e2e3b9a5e2e2b12a3e83c8d1e62b16f Author: Stephan Bergmann <sberg...@redhat.com> Date: Thu Aug 28 16:17:35 2014 +0200 Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy Change-Id: Id03c16337cb637c7f63fb789697c8bceec905bda diff --git a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx index abdecc3..4561868 100644 --- a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx +++ b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> + +#include <com/sun/star/uno/XComponentContext.hpp> #include <cppuhelper/supportsservice.hxx> #include "xmldocumentwrapper_xmlsecimpl.hxx" diff --git a/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx b/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx index 0a20764..469cdeb 100644 --- a/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx +++ b/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx @@ -20,6 +20,7 @@ #include <string.h> #include "xmlelementwrapper_xmlsecimpl.hxx" +#include <com/sun/star/uno/XComponentContext.hpp> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/typeprovider.hxx> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits