[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - comphelper/source

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Wed Aug 21 15:40:16 UTC 2019


 comphelper/source/misc/asyncquithandler.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 057cdd6eb480c19b1b8988ac2ae6de610691c593
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Aug 21 18:37:38 2019 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Aug 21 18:37:38 2019 +0300

    Fix compilation error on Linux
    
    Change-Id: I5ad01d0b545a9dd3e7f070fdc69a7e44ea5bdfd5

diff --git a/comphelper/source/misc/asyncquithandler.cxx b/comphelper/source/misc/asyncquithandler.cxx
index c79fdaf7c2ee..282bbaea427e 100644
--- a/comphelper/source/misc/asyncquithandler.cxx
+++ b/comphelper/source/misc/asyncquithandler.cxx
@@ -22,6 +22,7 @@
 #include <com/sun/star/uno/Reference.hxx>
 
 #include <comphelper/asyncquithandler.hxx>
+#include <comphelper/processfactory.hxx>
 
 AsyncQuitHandler::AsyncQuitHandler()
     : mbForceQuit(false)


More information about the Libreoffice-commits mailing list