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

David Tardon dtardon at redhat.com
Mon Dec 14 07:46:14 PST 2015


 lotuswordpro/source/filter/xfilter/xfcell.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 71efb50c1cf35e112c70399ad8ed4092d293733e
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Dec 14 16:43:51 2015 +0100

    add missing include
    
    Change-Id: I326d306af89dcb0611e07689d2c26a828f3896ee
    (cherry picked from commit 6be05a082543acb0e8005f369551157a8a99f242)
    Signed-off-by: David Tardon <dtardon at redhat.com>

diff --git a/lotuswordpro/source/filter/xfilter/xfcell.cxx b/lotuswordpro/source/filter/xfilter/xfcell.cxx
index 3fa0236..31ad0a0 100644
--- a/lotuswordpro/source/filter/xfilter/xfcell.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfcell.cxx
@@ -58,6 +58,9 @@
  * Table cell.
  ************************************************************************/
 #include "xfcell.hxx"
+
+#include <stdexcept>
+
 #include "xfparagraph.hxx"
 #include "xftable.hxx"
 #include "xfrow.hxx"


More information about the Libreoffice-commits mailing list