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

New commits:
commit 057cdd6eb480c19b1b8988ac2ae6de610691c593
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Wed Aug 21 18:37:38 2019 +0300
Commit:     Tor Lillqvist <t...@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)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to