[Libreoffice-commits] core.git: comphelper/source

Stephan Bergmann sbergman at redhat.com
Thu Jun 15 13:38:24 UTC 2017


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

New commits:
commit 1d0890bb241d7ef3d52057e3d2715277d081b0e5
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Jun 15 15:37:57 2017 +0200

    Missing include
    
    Change-Id: I3345d989dc279f080d26c60888daa67154b3c0e9

diff --git a/comphelper/source/misc/asyncnotification.cxx b/comphelper/source/misc/asyncnotification.cxx
index 942ba308e263..bb53b096a5d7 100644
--- a/comphelper/source/misc/asyncnotification.cxx
+++ b/comphelper/source/misc/asyncnotification.cxx
@@ -25,6 +25,7 @@
 
 #include <cassert>
 #include <deque>
+#include <stdexcept>
 #include <vector>
 #include <functional>
 #include <algorithm>


More information about the Libreoffice-commits mailing list