diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-10-08 15:35:17 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-10-08 15:35:17 +0200 |
commit | 078a81d5ba9f44b642e3e8b838fc4fe48a91810a (patch) | |
tree | 0e1d86bc21b303caaa8e8ede392f2e15e365d961 /include | |
parent | b7835c1d7465db6bea4cc80b6d0c2f71596938f1 (diff) |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/processfactory.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |