include/comphelper/processfactory.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 078a81d5ba9f44b642e3e8b838fc4fe48a91810a Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Mon Oct 8 15:35:17 2018 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Mon Oct 8 15:35:17 2018 +0200 Fix undefined css::uno::Reference<css::uno::XComponentContext> dtor ...when compiling desktop/source/app/crashreport.cxx, after 2a962cb122f796aef9a10252ab224f5cd70569cf "tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*" Change-Id: Icefe8f8d0a10ed6357daf0530afc01598dd99e22 diff --git a/include/comphelper/processfactory.hxx b/include/comphelper/processfactory.hxx index 7531ee4fbebe..33b72f51cbed 100644 --- a/include/comphelper/processfactory.hxx +++ b/include/comphelper/processfactory.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_COMPHELPER_PROCESSFACTORY_HXX #define INCLUDED_COMPHELPER_PROCESSFACTORY_HXX -#include <com/sun/star/uno/Reference.h> +#include <com/sun/star/uno/Reference.hxx> #include <comphelper/comphelperdllapi.h> namespace com { namespace sun { namespace star { namespace lang { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits