forms/source/component/imgprod.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 26e9e222685107df89dc5cf8f2de49b532830eab Author: Stephan Bergmann <sberg...@redhat.com> Date: Mon Aug 25 13:03:08 2014 +0200 Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy Change-Id: I79422149fd25b1531673a517e2a340dbeab43b1a diff --git a/forms/source/component/imgprod.cxx b/forms/source/component/imgprod.cxx index 5e76b60..b692155 100644 --- a/forms/source/component/imgprod.cxx +++ b/forms/source/component/imgprod.cxx @@ -27,6 +27,7 @@ #include <unotools/ucbstreamhelper.hxx> #include <vcl/graphicfilter.hxx> #include <com/sun/star/io/XInputStream.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include "svtools/imageresourceaccess.hxx" #include <comphelper/processfactory.hxx> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits