[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - lotuswordpro/source

David Tardon dtardon at redhat.com
Thu Dec 10 01:08:17 PST 2015


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

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

    add missing #include <stdexcept>
    
    Change-Id: I9cf72b27219489a5508786881ecd95e5820c71ac
    (cherry picked from commit 1ff0a3880c48227656d2b4a823cd66a6d5c74af0)
    Signed-off-by: David Tardon <dtardon at redhat.com>

diff --git a/lotuswordpro/source/filter/lwpobj.hxx b/lotuswordpro/source/filter/lwpobj.hxx
index 99e1821..23ed6b2 100644
--- a/lotuswordpro/source/filter/lwpobj.hxx
+++ b/lotuswordpro/source/filter/lwpobj.hxx
@@ -67,6 +67,8 @@
 
 #include <sal/config.h>
 
+#include <stdexcept>
+
 #include <salhelper/simplereferenceobject.hxx>
 
 #include "lwpheader.hxx"


More information about the Libreoffice-commits mailing list