Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy

Change-Id: Id03c16337cb637c7f63fb789697c8bceec905bda
This commit is contained in:
Stephan Bergmann
2014-08-28 16:17:35 +02:00
parent 70946992d4
commit 7bac68d79e
2 changed files with 4 additions and 0 deletions

View File

@@ -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"

View File

@@ -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>