[Libreoffice-commits] core.git: sw/source
Stephan Bergmann
sbergman at redhat.com
Thu Aug 28 08:24:52 PDT 2014
sw/source/core/inc/unofreg.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2ffaaf6b594317d16417b952c84be5acd9c52362
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Aug 28 17:24:24 2014 +0200
Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
Change-Id: I343335b56fcbac570c0000e1216dc4d16b9a05b9
diff --git a/sw/source/core/inc/unofreg.hxx b/sw/source/core/inc/unofreg.hxx
index 990b584..d404281 100644
--- a/sw/source/core/inc/unofreg.hxx
+++ b/sw/source/core/inc/unofreg.hxx
@@ -23,6 +23,7 @@
#include <sal/config.h>
#include <com/sun/star/uno/Exception.hpp>
+#include <com/sun/star/uno/Sequence.hxx>
namespace com { namespace sun { namespace star { namespace lang {
class XMultiServiceFactory;
More information about the Libreoffice-commits
mailing list