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

David Tardon dtardon at redhat.com
Thu Dec 10 01:05:02 PST 2015


 lotuswordpro/source/filter/lwpobj.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 1ff0a3880c48227656d2b4a823cd66a6d5c74af0
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Dec 10 10:04:50 2015 +0100

    add missing #include <stdexcept>
    
    Change-Id: I9cf72b27219489a5508786881ecd95e5820c71ac

diff --git a/lotuswordpro/source/filter/lwpobj.hxx b/lotuswordpro/source/filter/lwpobj.hxx
index 0dc2d97..884ab42 100644
--- a/lotuswordpro/source/filter/lwpobj.hxx
+++ b/lotuswordpro/source/filter/lwpobj.hxx
@@ -63,6 +63,8 @@
 
 #include <sal/config.h>
 
+#include <stdexcept>
+
 #include <salhelper/simplereferenceobject.hxx>
 
 #include "lwpheader.hxx"


More information about the Libreoffice-commits mailing list